Deleted Added
full compact
GENERIC (193334) GENERIC (194246)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
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#

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

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# For hardware specific information check HARDWARE.TXT
20#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
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#

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

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# For hardware specific information check HARDWARE.TXT
20#
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 193334 2009-06-02 18:31:08Z rwatson $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 194246 2009-06-15 18:22:41Z marius $
22
23cpu SUN4U
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.
28
29makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

169device txp # 3Com 3cR990 (``Typhoon'')
170#device vx # 3Com 3c590, 3c595 (``Vortex'')
171
172# PCI Ethernet NICs that use the common MII bus controller code.
173# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
174device miibus # MII bus support
175#device bfe # Broadcom BCM440x 10/100 Ethernet
176device bge # Broadcom BCM570xx Gigabit Ethernet
22
23cpu SUN4U
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.
28
29makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

169device txp # 3Com 3cR990 (``Typhoon'')
170#device vx # 3Com 3c590, 3c595 (``Vortex'')
171
172# PCI Ethernet NICs that use the common MII bus controller code.
173# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
174device miibus # MII bus support
175#device bfe # Broadcom BCM440x 10/100 Ethernet
176device bge # Broadcom BCM570xx Gigabit Ethernet
177device cas # Sun Cassini/Cassini+ and NS DP83065 Saturn
177device dc # DEC/Intel 21143 and various workalikes
178device fxp # Intel EtherExpress PRO/100B (82557, 82558)
179device gem # Sun GEM/Sun ERI/Apple GMAC
180device hme # Sun HME (Happy Meal Ethernet)
181device nge # NatSemi DP83820 gigabit Ethernet
182#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
183device re # RealTek 8139C+/8169/8169S/8110S
184device rl # RealTek 8129/8139

--- 65 unchanged lines hidden ---
178device dc # DEC/Intel 21143 and various workalikes
179device fxp # Intel EtherExpress PRO/100B (82557, 82558)
180device gem # Sun GEM/Sun ERI/Apple GMAC
181device hme # Sun HME (Happy Meal Ethernet)
182device nge # NatSemi DP83820 gigabit Ethernet
183#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
184device re # RealTek 8139C+/8169/8169S/8110S
185device rl # RealTek 8129/8139

--- 65 unchanged lines hidden ---