Deleted Added
full compact
GENERIC (179347) GENERIC (179895)
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 179347 2008-05-27 02:22:32Z yongari $
19# $FreeBSD: head/sys/i386/conf/GENERIC 179895 2008-06-20 19:28:33Z delphij $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

211# PCI Ethernet NICs that use the common MII bus controller code.
212# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
213device miibus # MII bus support
214device age # Attansic/Atheros L1 Gigabit Ethernet
215device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
216device bfe # Broadcom BCM440x 10/100 Ethernet
217device bge # Broadcom BCM570xx Gigabit Ethernet
218device dc # DEC/Intel 21143 and various workalikes
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

211# PCI Ethernet NICs that use the common MII bus controller code.
212# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
213device miibus # MII bus support
214device age # Attansic/Atheros L1 Gigabit Ethernet
215device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
216device bfe # Broadcom BCM440x 10/100 Ethernet
217device bge # Broadcom BCM570xx Gigabit Ethernet
218device dc # DEC/Intel 21143 and various workalikes
219device et # Agere ET1310 10/100/Gigabit Ethernet
219device fxp # Intel EtherExpress PRO/100B (82557, 82558)
220device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
221device lge # Level 1 LXT1001 gigabit Ethernet
222device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
223device nfe # nVidia nForce MCP on-board Ethernet
224device nge # NatSemi DP83820 gigabit Ethernet
225#device nve # nVidia nForce MCP on-board Ethernet Networking
226device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')

--- 103 unchanged lines hidden ---
220device fxp # Intel EtherExpress PRO/100B (82557, 82558)
221device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
222device lge # Level 1 LXT1001 gigabit Ethernet
223device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
224device nfe # nVidia nForce MCP on-board Ethernet
225device nge # NatSemi DP83820 gigabit Ethernet
226#device nve # nVidia nForce MCP on-board Ethernet Networking
227device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')

--- 103 unchanged lines hidden ---