Module Name:    src
Committed By:   matt
Date:           Sat Aug  8 20:50:44 UTC 2009

Modified Files:
        src/sys/arch/evbmips/conf: GDIUM

Log Message:
Add the RL2561 PCI 801.11b/g


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/conf/GDIUM

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/GDIUM
diff -u src/sys/arch/evbmips/conf/GDIUM:1.2 src/sys/arch/evbmips/conf/GDIUM:1.3
--- src/sys/arch/evbmips/conf/GDIUM:1.2	Thu Aug  6 16:13:07 2009
+++ src/sys/arch/evbmips/conf/GDIUM	Sat Aug  8 20:50:44 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GDIUM,v 1.2 2009/08/06 16:13:07 matt Exp $
+# $NetBSD: GDIUM,v 1.3 2009/08/08 20:50:44 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GDIUM-$Revision: 1.2 $"
+#ident 		"GDIUM-$Revision: 1.3 $"
 
 maxusers	16
 
@@ -156,7 +156,8 @@
 ohci*		at pci0 dev ? function ?
 #options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
 
-rtk*		at pci0 dev ? function ?
+ral*		at pci0 dev ? function ?	# RL2561S 802.11b/g
+rtk*		at pci0 dev ? function ?	# RTL8139 100/10 Ethernet
 # MII/PHY support
 ukphy*		at mii? phy ?		# generic unknown PHYs
 

Reply via email to