Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Add ral(4) and stge(4) for DLink DSM...



details:   https://anonhg.NetBSD.org/src/rev/db3621597677
branches:  trunk
changeset: 763434:db3621597677
user:      phx <phx%NetBSD.org@localhost>
date:      Sat Mar 19 16:05:35 2011 +0000

description:
Add ral(4) and stge(4) for DLink DSM-G600.
Disabled DIAGNOSTIC.

diffstat:

 sys/arch/sandpoint/conf/GENERIC |  39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

diffs (82 lines):

diff -r ebe165e921d9 -r db3621597677 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Sat Mar 19 14:54:05 2011 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Sat Mar 19 16:05:35 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.55 2011/03/06 17:08:30 bouyer Exp $
+# $NetBSD: GENERIC,v 1.56 2011/03/19 16:05:35 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.55 $"
+#ident                 "GENERIC-$Revision: 1.56 $"
 
 maxusers       32
 
@@ -38,7 +38,7 @@
 #options       MODULAR                 # module(7) support
 
 #options       DEBUG
-options        DIAGNOSTIC
+#options       DIAGNOSTIC
 options        TRAP_PANICWAIT
 options        DDB
 #options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB
@@ -153,23 +153,24 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 #options       PCI_NETBSD_CONFIGURE    # Have NetBSD configure PCI I/O & Mem
 
-mainbus0 at root
+mainbus0       at root
 
-cpu*   at mainbus0
-pci*   at mainbus0 bus ?
+cpu*           at mainbus0
+pci*           at mainbus0 bus ?
 
-pchb*  at pci? dev ? function ?        # PCI host bridge
+pchb*          at pci? dev ? function ?        # PCI host bridge
 
-eumb*  at mainbus0
-com0   at eumb? unit 0                 # console at 0x4500
-#com1  at eumb? unit 1
-satmgr0 at eumb? unit 1                # satmgr at 0x4600
-ociic* at eumb?
-iic*   at ociic?
-rs5c372rtc* at iic? addr 0x32
-#dsrtc*        at iic? addr 0x68
+eumb*          at mainbus0
+com0           at eumb? unit 0                 # console at 0x4500
+#com1          at eumb? unit 1
+satmgr0        at eumb? unit 1                 # satmgr at 0x4600
+ociic*         at eumb?
+iic*           at ociic?
+rs5c372rtc*    at iic? addr 0x32
+#dsrtc*                at iic? addr 0x68
 
 # PCI IDE controllers - see pciide(4) for supported hardware.
+acardide*      at pci? dev ? function ?        # Acard IDE controllers
 cmdide*        at pci? dev ? function ?        # CMD tech IDE controllers
 iteide*        at pci? dev ? function ?        # IT Express IDE controllers
 satalink*      at pci? dev ? function ?        # SiI SATALink controllers
@@ -181,12 +182,14 @@
 wd*            at atabus? drive ? flags 0x0000 # the drives themselves
 
 # PCI network interfaces
-tlp*   at pci? dev ? function ?        # DEC Tulip and similar
+fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
+ral*   at pci? dev ? function ?        # Ralink Technology RT25x0 802.11a/b/g
 re*    at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S
 skc*   at pci? dev ? function ?        # Marvell Yukon Gigabit Ethernet
 sk*    at skc?                         # Marvell Yukon Gigabit Ethernet
-wm*    at pci? dev ? function ?        # Intel 8254x gigabit
-fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
+stge*  at pci? dev ? function ?        # Sundance ST1023 Gigabit
+tlp*   at pci? dev ? function ?        # DEC Tulip and similar
+wm*    at pci? dev ? function ?        # Intel 8254x Gigabit Ethernet
 
 inphy* at mii? phy ?                   # Intel 82555 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs



Home | Main Index | Thread Index | Old Index