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 new voyager driver, follow related...



details:   https://anonhg.NetBSD.org/src/rev/c2a445a38dbc
branches:  trunk
changeset: 769196:c2a445a38dbc
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Sep 02 22:19:35 2011 +0000

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

diffstat:

 sys/arch/evbmips/conf/GDIUM |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 26ef9b27b57f -r c2a445a38dbc sys/arch/evbmips/conf/GDIUM
--- a/sys/arch/evbmips/conf/GDIUM       Fri Sep 02 22:15:16 2011 +0000
+++ b/sys/arch/evbmips/conf/GDIUM       Fri Sep 02 22:19:35 2011 +0000
@@ -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 ?



Home | Main Index | Thread Index | Old Index