Deleted Added
full compact
GENERIC (134917) GENERIC (135048)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/amd64/conf/GENERIC 134917 2004-09-07 22:37:43Z scottl $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 135048 2004-09-10 20:57:46Z wpaul $
20
21machine amd64
22cpu HAMMER
23ident GENERIC
24
25# To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints" # Default places to look for devices.
27

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

179
180# PCI Ethernet NICs that use the common MII bus controller code.
181# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
182device miibus # MII bus support
183device bfe # Broadcom BCM440x 10/100 Ethernet
184device bge # Broadcom BCM570xx Gigabit Ethernet
185device dc # DEC/Intel 21143 and various workalikes
186device fxp # Intel EtherExpress PRO/100B (82557, 82558)
20
21machine amd64
22cpu HAMMER
23ident GENERIC
24
25# To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints" # Default places to look for devices.
27

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

179
180# PCI Ethernet NICs that use the common MII bus controller code.
181# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
182device miibus # MII bus support
183device bfe # Broadcom BCM440x 10/100 Ethernet
184device bge # Broadcom BCM570xx Gigabit Ethernet
185device dc # DEC/Intel 21143 and various workalikes
186device fxp # Intel EtherExpress PRO/100B (82557, 82558)
187device lge # Level 1 LXT1001 gigabit ethernet
188device nge # NatSemi DP83820 gigabit ethernet
187device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
188device re # RealTek 8139C+/8169/8169S/8110S
189device rl # RealTek 8129/8139
190device sf # Adaptec AIC-6915 (``Starfire'')
191device sis # Silicon Integrated Systems SiS 900/SiS 7016
192device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
193device ste # Sundance ST201 (D-Link DFE-550TX)
194device ti # Alteon Networks Tigon I/II gigabit Ethernet
195device tl # Texas Instruments ThunderLAN
196device tx # SMC EtherPower II (83c170 ``EPIC'')
189device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
190device re # RealTek 8139C+/8169/8169S/8110S
191device rl # RealTek 8129/8139
192device sf # Adaptec AIC-6915 (``Starfire'')
193device sis # Silicon Integrated Systems SiS 900/SiS 7016
194device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
195device ste # Sundance ST201 (D-Link DFE-550TX)
196device ti # Alteon Networks Tigon I/II gigabit Ethernet
197device tl # Texas Instruments ThunderLAN
198device tx # SMC EtherPower II (83c170 ``EPIC'')
199device vge # VIA VT612x gigabit ethernet
197device vr # VIA Rhine, Rhine II
198device wb # Winbond W89C840F
199device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
200
201# ISA Ethernet NICs. pccard NICs included.
202device cs # Crystal Semiconductor CS89x0 NIC
203# 'device ed' requires 'device miibus'
204# XXX kvtop brokenness, pointer/int warnings

--- 57 unchanged lines hidden ---
200device vr # VIA Rhine, Rhine II
201device wb # Winbond W89C840F
202device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
203
204# ISA Ethernet NICs. pccard NICs included.
205device cs # Crystal Semiconductor CS89x0 NIC
206# 'device ed' requires 'device miibus'
207# XXX kvtop brokenness, pointer/int warnings

--- 57 unchanged lines hidden ---