Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Add bnx @ pci



details:   https://anonhg.NetBSD.org/src/rev/f54ab274c8cf
branches:  trunk
changeset: 759480:f54ab274c8cf
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Dec 11 14:30:12 2010 +0000

description:
Add bnx @ pci

diffstat:

 sys/arch/sparc64/conf/GENERIC |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r bb45dcfcf4ca -r f54ab274c8cf sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sat Dec 11 14:28:38 2010 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sat Dec 11 14:30:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.131 2010/12/08 08:43:34 mrg Exp $
+# $NetBSD: GENERIC,v 1.132 2010/12/11 14:30:12 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.131 $"
+#ident                 "GENERIC-$Revision: 1.132 $"
 
 maxusers       64
 
@@ -100,13 +100,13 @@
 ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
 ## such that gdb(1) can be used on a kernel coredump.
 
-#makeoptions   DEBUG="-g"
+makeoptions    DEBUG="-g"
 
 
 ## Adds code to the kernel that does internal consistency checks, and will
 ## cause the kernel to panic if corruption of internal data structures
 ## is detected.
-#options       DIAGNOSTIC      # extra kernel sanity checking
+options        DIAGNOSTIC      # extra kernel sanity checking
 
 ## Enable (possibly expensive) debugging code that may also display messages
 ## on the system console
@@ -487,6 +487,7 @@
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11) UT
 ath*   at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11 UT
 bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
+bnx*   at pci? dev ? function ?        # Broadcom NetXtreme II Ethernet
 cas*   at pci? dev ? function ?        # Sun Cassini/Cassini+ Ethernet
 en*    at pci? dev ? function ?        # ENI/Adaptec ATM UT
 # XXX causes ICE



Home | Main Index | Thread Index | Old Index