Module Name:    src
Committed By:   macallan
Date:           Fri Sep  2 22:19:35 UTC 2011

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

Log Message:
add new voyager driver, follow related changes from LOONGSON
now this builds again
thanks he for noticing


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/sys/arch/evbmips/conf/GDIUM:1.13
--- src/sys/arch/evbmips/conf/GDIUM:1.12	Sun Mar  6 17:08:23 2011
+++ src/sys/arch/evbmips/conf/GDIUM	Fri Sep  2 22:19:35 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GDIUM,v 1.12 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: GDIUM,v 1.13 2011/09/02 22:19:35 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GDIUM-$Revision: 1.12 $"
+#ident 		"GDIUM-$Revision: 1.13 $"
 
 maxusers	16
 
@@ -156,7 +156,13 @@
 cpu0		at mainbus0
 bonito0		at mainbus0
 pci0		at bonito0
-voyagerfb0	at pci0 dev ? function ?
+voyager0	at pci0 dev ? function ?
+voyagerfb0	at voyager0
+iic*		at voyager0
+strtc*	at iic? addr 0x68
+options	STRTC_NO_USERRAM
+lmtemp*	at iic? addr 0x48
+#stvii*	at iic? addr 0x40
 #genfb0		at pci0 dev ? function ?
 wsdisplay0	at wsemuldisplaydev?
 ehci*		at pci0 dev ? function ?

Reply via email to