Deleted Added
full compact
GENERIC (142841) GENERIC (143442)
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 142841 2005-02-28 23:39:58Z peter $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 143442 2005-03-12 00:29:30Z obrien $
20
21machine amd64
22cpu HAMMER
23ident GENERIC
24
25# To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints" # Default places to look for devices.
27

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

171# supported by the puc(4) glue driver, uncomment the following
172# line to enable it (connects to the sio and/or ppc drivers):
173#device puc
174
175# PCI Ethernet NICs.
176device de # DEC/Intel DC21x4x (``Tulip'')
177device em # Intel PRO/1000 adapter Gigabit Ethernet Card
178device ixgb # Intel PRO/10GbE Ethernet Card
20
21machine amd64
22cpu HAMMER
23ident GENERIC
24
25# To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints" # Default places to look for devices.
27

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

171# supported by the puc(4) glue driver, uncomment the following
172# line to enable it (connects to the sio and/or ppc drivers):
173#device puc
174
175# PCI Ethernet NICs.
176device de # DEC/Intel DC21x4x (``Tulip'')
177device em # Intel PRO/1000 adapter Gigabit Ethernet Card
178device ixgb # Intel PRO/10GbE Ethernet Card
179device nve # nVidia nForce MCP on-board Ethernet Networking
179device txp # 3Com 3cR990 (``Typhoon'')
180device vx # 3Com 3c590, 3c595 (``Vortex'')
181
182# PCI Ethernet NICs that use the common MII bus controller code.
183# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
184device miibus # MII bus support
185device bfe # Broadcom BCM440x 10/100 Ethernet
186device bge # Broadcom BCM570xx Gigabit Ethernet

--- 80 unchanged lines hidden ---
180device txp # 3Com 3cR990 (``Typhoon'')
181device vx # 3Com 3c590, 3c595 (``Vortex'')
182
183# PCI Ethernet NICs that use the common MII bus controller code.
184# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
185device miibus # MII bus support
186device bfe # Broadcom BCM440x 10/100 Ethernet
187device bge # Broadcom BCM570xx Gigabit Ethernet

--- 80 unchanged lines hidden ---