Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf changed wsdisplay* attachment so the c...



details:   https://anonhg.NetBSD.org/src/rev/b709e8392c72
branches:  trunk
changeset: 581403:b709e8392c72
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jun 01 12:58:13 2005 +0000

description:
changed wsdisplay* attachment so the console display will always be
wsdisplay0

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r e57cd8acc935 -r b709e8392c72 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Wed Jun 01 12:56:02 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Wed Jun 01 12:58:13 2005 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.105 2005/05/31 22:23:53 tron Exp $
+#      $NetBSD: GENERIC32,v 1.106 2005/06/01 12:58:13 macallan Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.105 $"
+#ident                 "GENERIC-$Revision: 1.106 $"
 
 maxusers       64
 
@@ -778,15 +778,16 @@
 
 ## Sun "cgsix" accelerated color framebuffer.
 cgsix*         at sbus? slot ? offset ?
-wsdisplay*     at cgsix?
 
 ## Sun FFB
 ffb*           at mainbus0
-wsdisplay*     at ffb?
 
 # On board vga on U5/U10 etc.
 machfb*                at pci?
-wsdisplay*     at machfb?
+
+# make sure the console display is always wsdisplay0
+wsdisplay0     at wsemuldisplaydev? console 1
+wsdisplay*     at wsemuldisplaydev?
 
 # wsmouse for sun ms
 wsmouse*        at ms0



Home | Main Index | Thread Index | Old Index