Module Name:    src
Committed By:   macallan
Date:           Fri Sep  2 22:42:27 UTC 2011

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

Log Message:
add stvii driver for gdium's onboard microcontroller
while there add comments on new(ly added) drivers


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/conf/LOONGSON

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/LOONGSON
diff -u src/sys/arch/evbmips/conf/LOONGSON:1.4 src/sys/arch/evbmips/conf/LOONGSON:1.5
--- src/sys/arch/evbmips/conf/LOONGSON:1.4	Wed Aug 31 16:58:10 2011
+++ src/sys/arch/evbmips/conf/LOONGSON	Fri Sep  2 22:42:27 2011
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.4 2011/08/31 16:58:10 macallan Exp $
+# $NetBSD: LOONGSON,v 1.5 2011/09/02 22:42:27 macallan Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GDIUM-$Revision: 1.4 $"
+#ident 		"GDIUM-$Revision: 1.5 $"
 
 maxusers	16
 
@@ -159,12 +159,13 @@
 bonito0		at mainbus0
 pci0		at bonito0
 sisfb0		at pci0 dev ? function ?
-voyager0	at pci0 dev ? function ?
-voyagerfb0	at voyager0
+voyager0	at pci0 dev ? function ?	# SM502 on GDIUM
+voyagerfb0	at voyager0			# framebuffer portion
 iic*		at voyager0
-strtc*	at iic? addr 0x68
+strtc*	at iic? addr 0x68	# GDIUM's real time clock
 options	STRTC_NO_USERRAM
-lmtemp*	at iic? addr 0x48
+lmtemp*	at iic? addr 0x48	# GDIUM's temperature sensor
+stvii*	at iic? addr 0x40	# GDIUM's onboard microcontroller
 #genfb0		at pci0 dev ? function ?
 wsdisplay*	at wsemuldisplaydev?
 ehci*		at pci0 dev ? function ?

Reply via email to