Deleted Added
full compact
GENERIC (154170) GENERIC (155151)
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 154170 2006-01-10 09:19:10Z phk $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 155151 2006-01-31 22:34:13Z 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

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

152#device plip # TCP/IP over parallel
153#device ppi # Parallel port interface device
154#device vpo # Requires scbus and da
155
156# PCI Ethernet NICs.
157#device de # DEC/Intel DC21x4x (``Tulip'')
158device em # Intel PRO/1000 adapter Gigabit Ethernet Card
159#device ixgb # Intel PRO/10GbE Ethernet Card
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

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

152#device plip # TCP/IP over parallel
153#device ppi # Parallel port interface device
154#device vpo # Requires scbus and da
155
156# PCI Ethernet NICs.
157#device de # DEC/Intel DC21x4x (``Tulip'')
158device em # Intel PRO/1000 adapter Gigabit Ethernet Card
159#device ixgb # Intel PRO/10GbE Ethernet Card
160#device lnc # NE2100, NE32-VL Lance Ethernet cards
160device le # AMD Am7900 LANCE and Am79C9xx PCnet
161#device txp # 3Com 3cR990 (``Typhoon'')
162#device vx # 3Com 3c590, 3c595 (``Vortex'')
163
164# PCI Ethernet NICs that use the common MII bus controller code.
165# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
166device miibus # MII bus support
167#device bfe # Broadcom BCM440x 10/100 Ethernet
168device bge # Broadcom BCM570xx Gigabit Ethernet
169device dc # DEC/Intel 21143 and various workalikes
170device fxp # Intel EtherExpress PRO/100B (82557, 82558)
171device gem # Sun GEM/Sun ERI/Apple GMAC
172device hme # Sun HME (Happy Meal Ethernet)
161#device txp # 3Com 3cR990 (``Typhoon'')
162#device vx # 3Com 3c590, 3c595 (``Vortex'')
163
164# PCI Ethernet NICs that use the common MII bus controller code.
165# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
166device miibus # MII bus support
167#device bfe # Broadcom BCM440x 10/100 Ethernet
168device bge # Broadcom BCM570xx Gigabit Ethernet
169device dc # DEC/Intel 21143 and various workalikes
170device fxp # Intel EtherExpress PRO/100B (82557, 82558)
171device gem # Sun GEM/Sun ERI/Apple GMAC
172device hme # Sun HME (Happy Meal Ethernet)
173#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
173#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
174device re # RealTek 8139C+/8169/8169S/8110S
175device rl # RealTek 8129/8139
176#device sf # Adaptec AIC-6915 (``Starfire'')
177#device sis # Silicon Integrated Systems SiS 900/SiS 7016
178#device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
179#device ste # Sundance ST201 (D-Link DFE-550TX)
180device ti # Alteon Networks Tigon I/II gigabit Ethernet
181#device tl # Texas Instruments ThunderLAN

--- 47 unchanged lines hidden ---
174device re # RealTek 8139C+/8169/8169S/8110S
175device rl # RealTek 8129/8139
176#device sf # Adaptec AIC-6915 (``Starfire'')
177#device sis # Silicon Integrated Systems SiS 900/SiS 7016
178#device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
179#device ste # Sundance ST201 (D-Link DFE-550TX)
180device ti # Alteon Networks Tigon I/II gigabit Ethernet
181#device tl # Texas Instruments ThunderLAN

--- 47 unchanged lines hidden ---