Deleted Added
full compact
GENERIC (193864) GENERIC (193880)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
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/amd64
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/amd64/conf/GENERIC 193864 2009-06-09 21:58:14Z kmacy $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 193880 2009-06-10 02:07:58Z yongari $
20
21cpu HAMMER
22ident GENERIC
23
24# To statically compile in device wiring instead of /boot/device.hints
25#hints "GENERIC.hints" # Default places to look for devices.
26
27# Use the following to compile in values accessible to the kernel

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

208device txp # 3Com 3cR990 (``Typhoon'')
209device vx # 3Com 3c590, 3c595 (``Vortex'')
210
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 ae # Attansic/Atheros L2 FastEthernet
215device age # Attansic/Atheros L1 Gigabit Ethernet
20
21cpu HAMMER
22ident GENERIC
23
24# To statically compile in device wiring instead of /boot/device.hints
25#hints "GENERIC.hints" # Default places to look for devices.
26
27# Use the following to compile in values accessible to the kernel

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

208device txp # 3Com 3cR990 (``Typhoon'')
209device vx # 3Com 3c590, 3c595 (``Vortex'')
210
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 ae # Attansic/Atheros L2 FastEthernet
215device age # Attansic/Atheros L1 Gigabit Ethernet
216device alc # Atheros AR8131/AR8132 Ethernet
216device ale # Atheros AR8121/AR8113/AR8114 Ethernet
217device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
218device bfe # Broadcom BCM440x 10/100 Ethernet
219device bge # Broadcom BCM570xx Gigabit Ethernet
220device dc # DEC/Intel 21143 and various workalikes
221device et # Agere ET1310 10/100/Gigabit Ethernet
222device fxp # Intel EtherExpress PRO/100B (82557, 82558)
223device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet

--- 103 unchanged lines hidden ---
217device ale # Atheros AR8121/AR8113/AR8114 Ethernet
218device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
219device bfe # Broadcom BCM440x 10/100 Ethernet
220device bge # Broadcom BCM570xx Gigabit Ethernet
221device dc # DEC/Intel 21143 and various workalikes
222device et # Agere ET1310 10/100/Gigabit Ethernet
223device fxp # Intel EtherExpress PRO/100B (82557, 82558)
224device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet

--- 103 unchanged lines hidden ---