Module Name:    src
Committed By:   macallan
Date:           Wed Jan  7 09:50:05 UTC 2015

Modified Files:
        src/sys/arch/sparc64/conf: GENERIC

Log Message:
enable genfb at sbus
output may not be pretty but it has a halfway decent chance to work at
least to some degree on otherwise unsupported graphics hardware


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/sys/arch/sparc64/conf/GENERIC

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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.178 src/sys/arch/sparc64/conf/GENERIC:1.179
--- src/sys/arch/sparc64/conf/GENERIC:1.178	Tue Jan  6 17:51:57 2015
+++ src/sys/arch/sparc64/conf/GENERIC	Wed Jan  7 09:50:05 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.178 2015/01/06 17:51:57 macallan Exp $
+# $NetBSD: GENERIC,v 1.179 2015/01/07 09:50:05 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.178 $"
+#ident 		"GENERIC-$Revision: 1.179 $"
 
 maxusers	64
 
@@ -913,6 +913,7 @@ wcfb*		at pci?
 
 # generic PCI framebuffers
 genfb*		at pci?
+genfb* 		at sbus? slot ? offset ?
 
 # make sure the console display is always wsdisplay0
 wsdisplay0	at wsemuldisplaydev? console 1

Reply via email to