Deleted Added
full compact
GENERIC (219435) GENERIC (219647)
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 219435 2011-03-09 17:15:11Z julian $
19# $FreeBSD: head/sys/i386/conf/GENERIC 219647 2011-03-14 22:42:41Z davidch $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

198#device vpo # Requires scbus and da
199
200# If you've got a "dumb" serial or parallel PCI card that is
201# supported by the puc(4) glue driver, uncomment the following
202# line to enable it (connects to sio, uart and/or ppc drivers):
203#device puc
204
205# PCI Ethernet NICs.
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

198#device vpo # Requires scbus and da
199
200# If you've got a "dumb" serial or parallel PCI card that is
201# supported by the puc(4) glue driver, uncomment the following
202# line to enable it (connects to sio, uart and/or ppc drivers):
203#device puc
204
205# PCI Ethernet NICs.
206device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
206device de # DEC/Intel DC21x4x (``Tulip'')
207device em # Intel PRO/1000 Gigabit Ethernet Family
208device igb # Intel PRO/1000 PCIE Server Gigabit Family
209device ixgb # Intel PRO/10GbE Ethernet Card
210device le # AMD Am7900 LANCE and Am79C9xx PCnet
211device ti # Alteon Networks Tigon I/II gigabit Ethernet
212device txp # 3Com 3cR990 (``Typhoon'')
213device vx # 3Com 3c590, 3c595 (``Vortex'')

--- 127 unchanged lines hidden ---
207device de # DEC/Intel DC21x4x (``Tulip'')
208device em # Intel PRO/1000 Gigabit Ethernet Family
209device igb # Intel PRO/1000 PCIE Server Gigabit Family
210device ixgb # Intel PRO/10GbE Ethernet Card
211device le # AMD Am7900 LANCE and Am79C9xx PCnet
212device ti # Alteon Networks Tigon I/II gigabit Ethernet
213device txp # 3Com 3cR990 (``Typhoon'')
214device vx # 3Com 3c590, 3c595 (``Vortex'')

--- 127 unchanged lines hidden ---