Deleted Added
full compact
GENERIC (183567) GENERIC (184870)
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 183567 2008-10-03 10:31:31Z stas $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 184870 2008-11-12 09:52:06Z 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
27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

197device txp # 3Com 3cR990 (``Typhoon'')
198device vx # 3Com 3c590, 3c595 (``Vortex'')
199
200# PCI Ethernet NICs that use the common MII bus controller code.
201# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
202device miibus # MII bus support
203device ae # Attansic/Atheros L2 FastEthernet
204device 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
27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

197device txp # 3Com 3cR990 (``Typhoon'')
198device vx # 3Com 3c590, 3c595 (``Vortex'')
199
200# PCI Ethernet NICs that use the common MII bus controller code.
201# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
202device miibus # MII bus support
203device ae # Attansic/Atheros L2 FastEthernet
204device age # Attansic/Atheros L1 Gigabit Ethernet
205device ale # Atheros AR8121/AR8113/AR8114 Ethernet
205device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
206device bfe # Broadcom BCM440x 10/100 Ethernet
207device bge # Broadcom BCM570xx Gigabit Ethernet
208device dc # DEC/Intel 21143 and various workalikes
209device et # Agere ET1310 10/100/Gigabit Ethernet
210device fxp # Intel EtherExpress PRO/100B (82557, 82558)
211device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
212device lge # Level 1 LXT1001 gigabit Ethernet

--- 101 unchanged lines hidden ---
206device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
207device bfe # Broadcom BCM440x 10/100 Ethernet
208device bge # Broadcom BCM570xx Gigabit Ethernet
209device dc # DEC/Intel 21143 and various workalikes
210device et # Agere ET1310 10/100/Gigabit Ethernet
211device fxp # Intel EtherExpress PRO/100B (82557, 82558)
212device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
213device lge # Level 1 LXT1001 gigabit Ethernet

--- 101 unchanged lines hidden ---