Deleted Added
full compact
GENERIC (193864) GENERIC (193880)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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 config(5) manual page,
5# and/or the handbook section on 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 193864 2009-06-09 21:58:14Z kmacy $
19# $FreeBSD: head/sys/i386/conf/GENERIC 193880 2009-06-10 02:07:58Z yongari $
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.

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

219device txp # 3Com 3cR990 (``Typhoon'')
220device vx # 3Com 3c590, 3c595 (``Vortex'')
221
222# PCI Ethernet NICs that use the common MII bus controller code.
223# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
224device miibus # MII bus support
225device ae # Attansic/Atheros L2 FastEthernet
226device age # Attansic/Atheros L1 Gigabit Ethernet
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.

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

219device txp # 3Com 3cR990 (``Typhoon'')
220device vx # 3Com 3c590, 3c595 (``Vortex'')
221
222# PCI Ethernet NICs that use the common MII bus controller code.
223# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
224device miibus # MII bus support
225device ae # Attansic/Atheros L2 FastEthernet
226device age # Attansic/Atheros L1 Gigabit Ethernet
227device alc # Atheros AR8131/AR8132 Ethernet
227device ale # Atheros AR8121/AR8113/AR8114 Ethernet
228device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
229device bfe # Broadcom BCM440x 10/100 Ethernet
230device bge # Broadcom BCM570xx Gigabit Ethernet
231device dc # DEC/Intel 21143 and various workalikes
232device et # Agere ET1310 10/100/Gigabit Ethernet
233device fxp # Intel EtherExpress PRO/100B (82557, 82558)
234device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet

--- 106 unchanged lines hidden ---
228device ale # Atheros AR8121/AR8113/AR8114 Ethernet
229device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
230device bfe # Broadcom BCM440x 10/100 Ethernet
231device bge # Broadcom BCM570xx Gigabit Ethernet
232device dc # DEC/Intel 21143 and various workalikes
233device et # Agere ET1310 10/100/Gigabit Ethernet
234device fxp # Intel EtherExpress PRO/100B (82557, 82558)
235device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet

--- 106 unchanged lines hidden ---