Module Name:    src
Committed By:   macallan
Date:           Tue May  5 23:58:50 UTC 2009

Modified Files:
        src/sys/arch/sparc/conf: GENERIC INSTALL

Log Message:
enable ZX/Leo since we now support wscons on it


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sparc/conf/INSTALL

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/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.212 src/sys/arch/sparc/conf/GENERIC:1.213
--- src/sys/arch/sparc/conf/GENERIC:1.212	Tue Mar 24 12:16:12 2009
+++ src/sys/arch/sparc/conf/GENERIC	Tue May  5 23:58:50 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.212 2009/03/24 12:16:12 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.213 2009/05/05 23:58:50 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.212 $"
+#ident 		"GENERIC-$Revision: 1.213 $"
 
 maxusers	32
 
@@ -698,12 +698,14 @@
 pnozz0		at sbus? slot ? offset ?
 
 # Sun ZX/Leo 24-bit framebuffer
-# XXX no wsdisplay support
-#zx*		at sbus? slot ? offset ?
+zx*		at sbus? slot ? offset ?
 
 # Fujitsu AG-10e accelerated graphics 8/24-bit board
 agten*	at sbus? slot ? offset ?
 
+# generic framebuffer console
+genfb*	at sbus? slot ? offset ?
+
 # make sure wsdisplay0 is the console
 wsdisplay0	at wsemuldisplaydev? console 1
 wsdisplay*	at wsemuldisplaydev?

Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.67 src/sys/arch/sparc/conf/INSTALL:1.68
--- src/sys/arch/sparc/conf/INSTALL:1.67	Fri Mar  6 20:31:52 2009
+++ src/sys/arch/sparc/conf/INSTALL	Tue May  5 23:58:50 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.67 2009/03/06 20:31:52 joerg Exp $
+#	$NetBSD: INSTALL,v 1.68 2009/05/05 23:58:50 macallan Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -565,8 +565,7 @@
 pnozz0		at sbus? slot ? offset ?
 
 # Sun ZX/Leo 24-bit framebuffer
-# XXX no wsdisplay support
-#zx*		at sbus? slot ? offset ?
+zx*		at sbus? slot ? offset ?
 
 # Fujitsu AG-10e accelerated graphics 8/24-bit board
 agten*	at sbus? slot ? offset ?

Reply via email to