Deleted Added
full compact
GENERIC (119406) GENERIC (119868)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/i386/conf/GENERIC 119406 2003-08-24 09:30:13Z sos $
19# $FreeBSD: head/sys/i386/conf/GENERIC 119868 2003-09-08 02:11:25Z wpaul $
20
21machine i386
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints

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

185device vx # 3Com 3c590, 3c595 (``Vortex'')
186
187# PCI Ethernet NICs that use the common MII bus controller code.
188# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
189device miibus # MII bus support
190device dc # DEC/Intel 21143 and various workalikes
191device fxp # Intel EtherExpress PRO/100B (82557, 82558)
192device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
20
21machine i386
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints

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

185device vx # 3Com 3c590, 3c595 (``Vortex'')
186
187# PCI Ethernet NICs that use the common MII bus controller code.
188# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
189device miibus # MII bus support
190device dc # DEC/Intel 21143 and various workalikes
191device fxp # Intel EtherExpress PRO/100B (82557, 82558)
192device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
193device re # RealTek 8139C+/8169/8169S/8110S
193device rl # RealTek 8129/8139
194device sf # Adaptec AIC-6915 (``Starfire'')
195device sis # Silicon Integrated Systems SiS 900/SiS 7016
196device sk # SysKonnect SK-984x and SK-982x gigabit ethernet
197device ste # Sundance ST201 (D-Link DFE-550TX)
198device ti # Alteon Networks Tigon I/II gigabit ethernet
199device tl # Texas Instruments ThunderLAN
200device tx # SMC EtherPower II (83c170 ``EPIC'')

--- 66 unchanged lines hidden ---
194device rl # RealTek 8129/8139
195device sf # Adaptec AIC-6915 (``Starfire'')
196device sis # Silicon Integrated Systems SiS 900/SiS 7016
197device sk # SysKonnect SK-984x and SK-982x gigabit ethernet
198device ste # Sundance ST201 (D-Link DFE-550TX)
199device ti # Alteon Networks Tigon I/II gigabit ethernet
200device tl # Texas Instruments ThunderLAN
201device tx # SMC EtherPower II (83c170 ``EPIC'')

--- 66 unchanged lines hidden ---