Deleted Added
full compact
NOTES (86418) NOTES (86752)
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 86418 2001-11-15 19:42:07Z asmodai $
14# $FreeBSD: head/sys/i386/conf/NOTES 86752 2001-11-21 22:29:35Z fjoe $
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

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

1718# SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet
1719# GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the LinkSys
1720# EG1032 and EG1064, the Surecom EP-320G-TX and the Netgear GA622T.
1721# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133
1722# (no hints needed).
1723# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
1724# OC-3141, OC-3540, OC-3250
1725# rdp: RealTek RTL 8002-based pocket ethernet adapters
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

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

1718# SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet
1719# GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the LinkSys
1720# EG1032 and EG1064, the Surecom EP-320G-TX and the Netgear GA622T.
1721# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133
1722# (no hints needed).
1723# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
1724# OC-3141, OC-3540, OC-3250
1725# rdp: RealTek RTL 8002-based pocket ethernet adapters
1726# sbni: Granch SBNI12-xx ISA and PCI adapters
1726# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
1727# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and
1728# PCnet/Home. These were previously handled by the lnc driver (and
1729# still will be if you leave this driver out of the kernel).
1730# rl: Support for PCI fast ethernet adapters based on the RealTek 8129/8139
1731# chipset. Note that the RealTek driver defaults to using programmed
1732# I/O to do register accesses because memory mapped mode seems to cause
1733# severe lockups on SMP hardware. This driver also supports the

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

1836hint.lnc.0.port="0x280"
1837hint.lnc.0.irq="10"
1838hint.lnc.0.drq="0"
1839device rdp 1
1840hint.rdp.0.at="isa"
1841hint.rdp.0.port="0x378"
1842hint.rdp.0.irq="7"
1843hint.rdp.0.flags="2"
1727# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
1728# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and
1729# PCnet/Home. These were previously handled by the lnc driver (and
1730# still will be if you leave this driver out of the kernel).
1731# rl: Support for PCI fast ethernet adapters based on the RealTek 8129/8139
1732# chipset. Note that the RealTek driver defaults to using programmed
1733# I/O to do register accesses because memory mapped mode seems to cause
1734# severe lockups on SMP hardware. This driver also supports the

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

1837hint.lnc.0.port="0x280"
1838hint.lnc.0.irq="10"
1839hint.lnc.0.drq="0"
1840device rdp 1
1841hint.rdp.0.at="isa"
1842hint.rdp.0.port="0x378"
1843hint.rdp.0.irq="7"
1844hint.rdp.0.flags="2"
1845device sbni 1
1846hint.sbni.0.at="isa"
1847hint.sbni.0.port="0x210"
1848hint.sbni.0.irq="0xefdead"
1849hint.sbni.0.flags="0"
1844device sr 1
1845hint.sr.0.at="isa"
1846hint.sr.0.port="0x300"
1847hint.sr.0.irq="5"
1848hint.sr.0.maddr="0xd0000"
1849device sn
1850hint.sn.0.at="isa"
1851hint.sn.0.port="0x300"

--- 1101 unchanged lines hidden ---
1850device sr 1
1851hint.sr.0.at="isa"
1852hint.sr.0.port="0x300"
1853hint.sr.0.irq="5"
1854hint.sr.0.maddr="0xd0000"
1855device sn
1856hint.sn.0.at="isa"
1857hint.sn.0.port="0x300"

--- 1101 unchanged lines hidden ---