Deleted Added
full compact
NOTES (84056) NOTES (84059)
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 84056 2001-09-27 22:11:37Z brooks $
14# $FreeBSD: head/sys/i386/conf/NOTES 84059 2001-09-27 23:55:28Z wpaul $
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

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

1660device miibus
1661
1662# an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
1663# PCI and ISA varieties.
1664# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
1665# (requires sppp)
1666# awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and
1667# Harris (Intersil) Chipset with PCnetMobile firmware by AMD.
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

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

1660device miibus
1661
1662# an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
1663# PCI and ISA varieties.
1664# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
1665# (requires sppp)
1666# awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and
1667# Harris (Intersil) Chipset with PCnetMobile firmware by AMD.
1668# bge: Support for gigabit ethernet adapters based on the Broadcom
1669# BCM570x familiy of controllers, including the 3Com 3c996-T,
1670# the SysKonnect SK-9D21 and SK-9D41, and the embedded gigE NICs
1671# on Dell PowerEdge 2550 servers.
1668# cnw: Xircom CNW/Netware Airsurfer PC Card adapter
1669# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters
1670# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
1671# dc: Support for PCI fast ethernet adapters based on the DEC/Intel 21143
1672# and various workalikes including:
1673# the ADMtek AL981 Comet and AN985 Centaur, the ASIX Electronics
1674# AX88140A and AX88141, the Davicom DM9100 and DM9102, the Lite-On
1675# 82c168 and 82c169 PNIC, the Lite-On/Macronix LC82C115 PNIC II

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

1867device tl # Texas Instruments ThunderLAN
1868device tx # SMC EtherPower II (83c170 ``EPIC'')
1869device vr # VIA Rhine, Rhine II
1870device wb # Winbond W89C840F
1871device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
1872
1873# PCI Ethernet NICs.
1874device de # DEC/Intel DC21x4x (``Tulip'')
1672# cnw: Xircom CNW/Netware Airsurfer PC Card adapter
1673# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters
1674# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
1675# dc: Support for PCI fast ethernet adapters based on the DEC/Intel 21143
1676# and various workalikes including:
1677# the ADMtek AL981 Comet and AN985 Centaur, the ASIX Electronics
1678# AX88140A and AX88141, the Davicom DM9100 and DM9102, the Lite-On
1679# 82c168 and 82c169 PNIC, the Lite-On/Macronix LC82C115 PNIC II

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

1871device tl # Texas Instruments ThunderLAN
1872device tx # SMC EtherPower II (83c170 ``EPIC'')
1873device vr # VIA Rhine, Rhine II
1874device wb # Winbond W89C840F
1875device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
1876
1877# PCI Ethernet NICs.
1878device de # DEC/Intel DC21x4x (``Tulip'')
1879device txp # 3Com 3cR990 (``Typhoon'')
1875device vx # 3Com 3c590, 3c595 (``Vortex'')
1876
1877# PCI Gigabit & FDDI NICs.
1880device vx # 3Com 3c590, 3c595 (``Vortex'')
1881
1882# PCI Gigabit & FDDI NICs.
1883device bge
1878device lge
1879device nge
1880device sk
1881device ti
1882device wx
1883device fpa 1
1884
1885#

--- 1047 unchanged lines hidden ---
1884device lge
1885device nge
1886device sk
1887device ti
1888device wx
1889device fpa 1
1890
1891#

--- 1047 unchanged lines hidden ---