Deleted Added
full compact
GENERIC (179347) GENERIC (179895)
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 179347 2008-05-27 02:22:32Z yongari $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 179895 2008-06-20 19:28:33Z delphij $
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

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

199# PCI Ethernet NICs that use the common MII bus controller code.
200# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
201device miibus # MII bus support
202device age # Attansic/Atheros L1 Gigabit Ethernet
203device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
204device bfe # Broadcom BCM440x 10/100 Ethernet
205device bge # Broadcom BCM570xx Gigabit Ethernet
206device dc # DEC/Intel 21143 and various workalikes
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

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

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

--- 99 unchanged lines hidden ---
208device fxp # Intel EtherExpress PRO/100B (82557, 82558)
209device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
210device lge # Level 1 LXT1001 gigabit Ethernet
211device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
212device nfe # nVidia nForce MCP on-board Ethernet
213device nge # NatSemi DP83820 gigabit Ethernet
214#device nve # nVidia nForce MCP on-board Ethernet Networking
215device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')

--- 99 unchanged lines hidden ---