Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf No need to explicitly use thunkbus at...



details:   https://anonhg.NetBSD.org/src/rev/39276b842f80
branches:  trunk
changeset: 772989:39276b842f80
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Mon Jan 23 12:08:31 2012 +0000

description:
No need to explicitly use thunkbus at this place. thunkbus == mainbus on
NetBSD/usermode

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 88fe7ae2596c -r 39276b842f80 sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Mon Jan 23 08:30:24 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Mon Jan 23 12:08:31 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.16 2012/01/15 00:15:23 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.17 2012/01/23 12:08:31 reinoud Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.16 $"
+#ident                 "GENERIC-$Revision: 1.17 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -63,7 +63,7 @@
 vaudio0                at mainbus?
 audio0         at vaudio0
 
-vncfb0         at thunkbus?
+vncfb0         at mainbus?
 wsdisplay0     at vncfb?
 wskbd0         at vncfb?
 wsmouse0       at vncfb? mux 0



Home | Main Index | Thread Index | Old Index