Deleted Added
full compact
NOTES (76414) NOTES (76479)
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/conf/NOTES 76414 2001-05-09 19:37:25Z jhb $
14# $FreeBSD: head/sys/conf/NOTES 76479 2001-05-11 19:56:39Z 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

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

1629# fxp: Intel EtherExpress Pro/100B
1630# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
1631# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
1632# Intel EtherExpress
1633# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
1634# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
1635# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
1636# Am79C960)
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

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

1629# fxp: Intel EtherExpress Pro/100B
1630# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
1631# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
1632# Intel EtherExpress
1633# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
1634# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
1635# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
1636# Am79C960)
1637# nge: Support for PCI gigabit ethernet adapters based on the National
1638# Semiconductor DP83820 and DP83821 chipset. This includes the
1639# SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet
1640# GigaNIX 1000TA and 1000TPC, and the Addtron AEG320T.
1637# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133
1638# (no hints needed).
1639# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
1640# OC-3141, OC-3540, OC-3250
1641# rdp: RealTek RTL 8002-based pocket ethernet adapters
1642# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
1643# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and
1644# PCnet/Home. These were previously handled by the lnc driver (and

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

1798device wb # Winbond W89C840F
1799device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
1800
1801# PCI Ethernet NICs.
1802device de # DEC/Intel DC21x4x (``Tulip'')
1803device vx # 3Com 3c590, 3c595 (``Vortex'')
1804
1805# PCI Gigabit & FDDI NICs.
1641# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133
1642# (no hints needed).
1643# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
1644# OC-3141, OC-3540, OC-3250
1645# rdp: RealTek RTL 8002-based pocket ethernet adapters
1646# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
1647# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and
1648# PCnet/Home. These were previously handled by the lnc driver (and

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

1802device wb # Winbond W89C840F
1803device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
1804
1805# PCI Ethernet NICs.
1806device de # DEC/Intel DC21x4x (``Tulip'')
1807device vx # 3Com 3c590, 3c595 (``Vortex'')
1808
1809# PCI Gigabit & FDDI NICs.
1810device nge
1806device sk
1807device ti
1808device wx
1809device fpa 1
1810
1811#
1812# ATM related options (Cranor version)
1813# (note: this driver cannot be used with the HARP ATM stack)

--- 1021 unchanged lines hidden ---
1811device sk
1812device ti
1813device wx
1814device fpa 1
1815
1816#
1817# ATM related options (Cranor version)
1818# (note: this driver cannot be used with the HARP ATM stack)

--- 1021 unchanged lines hidden ---