Deleted Added
full compact
NOTES (90702) NOTES (90731)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# $FreeBSD: head/sys/i386/conf/NOTES 90702 2002-02-15 13:16:11Z bde $
14# $FreeBSD: head/sys/i386/conf/NOTES 90731 2002-02-16 15:12:14Z jhay $
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

--- 1672 unchanged lines hidden (view full) ---

1695# Options for sio:
1696options COM_ESP #code for Hayes ESP
1697options COM_MULTIPORT #code for some cards with shared IRQs
1698
1699# Other flags for sio that aren't documented in the man page.
1700# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
1701# ST16650A-compatible UARTs.
1702
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

--- 1672 unchanged lines hidden (view full) ---

1695# Options for sio:
1696options COM_ESP #code for Hayes ESP
1697options COM_MULTIPORT #code for some cards with shared IRQs
1698
1699# Other flags for sio that aren't documented in the man page.
1700# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
1701# ST16650A-compatible UARTs.
1702
1703# PCI Universal Communications driver
1704# Supports various single and multi port PCI serial cards. Maybe later
1705# also the parallel ports on combination serial/parallel cards. New cards
1706# can be added in srs/sys/dev/pucdata.c.
1703#
1707#
1708# If the PUC_FASTINTR option is used the driver will try to use fast
1709# interrupts. The card must then be the only user of that interrupt.
1710# Interrupts cannot be shared when using PUC_FASTINTR.
1711device puc
1712options PUC_FASTINTR
1713
1714#
1704# Network interfaces:
1705#
1706# MII bus support is required for some PCI 10/100 ethernet NICs,
1707# namely those which use MII-compliant transceivers or implement
1708# tranceiver control interfaces that operate like an MII. Adding
1709# "device miibus0" to the kernel config pulls in support for
1710# the generic miibus API and all of the PHY drivers, including a
1711# generic one for PHYs that aren't specifically handled by an

--- 1330 unchanged lines hidden ---
1715# Network interfaces:
1716#
1717# MII bus support is required for some PCI 10/100 ethernet NICs,
1718# namely those which use MII-compliant transceivers or implement
1719# tranceiver control interfaces that operate like an MII. Adding
1720# "device miibus0" to the kernel config pulls in support for
1721# the generic miibus API and all of the PHY drivers, including a
1722# generic one for PHYs that aren't specifically handled by an

--- 1330 unchanged lines hidden ---