Deleted Added
full compact
GENERIC (119703) GENERIC (119868)
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 119703 2003-09-03 01:24:47Z obrien $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 119868 2003-09-08 02:11:25Z 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

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

166device vx # 3Com 3c590, 3c595 (``Vortex'')
167
168# PCI Ethernet NICs that use the common MII bus controller code.
169# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
170device miibus # MII bus support
171device dc # DEC/Intel 21143 and various workalikes
172device fxp # Intel EtherExpress PRO/100B (82557, 82558)
173device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
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

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

166device vx # 3Com 3c590, 3c595 (``Vortex'')
167
168# PCI Ethernet NICs that use the common MII bus controller code.
169# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
170device miibus # MII bus support
171device dc # DEC/Intel 21143 and various workalikes
172device fxp # Intel EtherExpress PRO/100B (82557, 82558)
173device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
174device re # RealTek 8139C+/8169/8169S/8110S
174device rl # RealTek 8129/8139
175device sf # Adaptec AIC-6915 (``Starfire'')
176device sis # Silicon Integrated Systems SiS 900/SiS 7016
177device sk # SysKonnect SK-984x and SK-982x gigabit ethernet
178device ste # Sundance ST201 (D-Link DFE-550TX)
179device ti # Alteon Networks Tigon I/II gigabit ethernet
180device tl # Texas Instruments ThunderLAN
181device tx # SMC EtherPower II (83c170 ``EPIC'')

--- 69 unchanged lines hidden ---
175device rl # RealTek 8129/8139
176device sf # Adaptec AIC-6915 (``Starfire'')
177device sis # Silicon Integrated Systems SiS 900/SiS 7016
178device sk # SysKonnect SK-984x and SK-982x gigabit ethernet
179device ste # Sundance ST201 (D-Link DFE-550TX)
180device ti # Alteon Networks Tigon I/II gigabit ethernet
181device tl # Texas Instruments ThunderLAN
182device tx # SMC EtherPower II (83c170 ``EPIC'')

--- 69 unchanged lines hidden ---