Deleted Added
full compact
GENERIC (181905) GENERIC (183567)
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 181905 2008-08-20 08:31:58Z ed $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 183567 2008-10-03 10:31:31Z stas $
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

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

195device le # AMD Am7900 LANCE and Am79C9xx PCnet
196device ti # Alteon Networks Tigon I/II gigabit Ethernet
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
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

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

195device le # AMD Am7900 LANCE and Am79C9xx PCnet
196device ti # Alteon Networks Tigon I/II gigabit Ethernet
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
203device age # Attansic/Atheros L1 Gigabit Ethernet
204device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
205device bfe # Broadcom BCM440x 10/100 Ethernet
206device bge # Broadcom BCM570xx Gigabit Ethernet
207device dc # DEC/Intel 21143 and various workalikes
208device et # Agere ET1310 10/100/Gigabit Ethernet
209device fxp # Intel EtherExpress PRO/100B (82557, 82558)
210device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet

--- 102 unchanged lines hidden ---
204device age # Attansic/Atheros L1 Gigabit 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

--- 102 unchanged lines hidden ---