Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf add stvii driver for gdium's onboard m...



details:   https://anonhg.NetBSD.org/src/rev/7ca947fcceb7
branches:  trunk
changeset: 769198:7ca947fcceb7
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Sep 02 22:42:27 2011 +0000

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

diffstat:

 sys/arch/evbmips/conf/LOONGSON |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 0c2c1931af66 -r 7ca947fcceb7 sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Fri Sep 02 22:25:08 2011 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Fri Sep 02 22:42:27 2011 +0000
@@ -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 ?



Home | Main Index | Thread Index | Old Index