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 enable genfb at sbus



details:   https://anonhg.NetBSD.org/src/rev/6606c03d78b9
branches:  trunk
changeset: 335457:6606c03d78b9
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jan 07 09:50:05 2015 +0000

description:
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

diffstat:

 sys/arch/sparc64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 126e60c31306 -r 6606c03d78b9 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Wed Jan 07 08:55:01 2015 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Wed Jan 07 09:50:05 2015 +0000
@@ -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 @@
 
 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 @@
 
 # generic PCI framebuffers
 genfb*         at pci?
+genfb*                 at sbus? slot ? offset ?
 
 # make sure the console display is always wsdisplay0
 wsdisplay0     at wsemuldisplaydev? console 1



Home | Main Index | Thread Index | Old Index