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 add gfb at mainbus



details:   https://anonhg.NetBSD.org/src/rev/e51289edee0a
branches:  trunk
changeset: 750378:e51289edee0a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Dec 29 06:56:41 2009 +0000

description:
add gfb at mainbus

diffstat:

 sys/arch/sparc64/conf/GENERIC       |  7 +++++--
 sys/arch/sparc64/conf/files.sparc64 |  8 ++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r 4534e2d5b86a -r e51289edee0a sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Tue Dec 29 06:55:55 2009 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Tue Dec 29 06:56:41 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.114 2009/12/05 20:11:17 pooka Exp $
+# $NetBSD: GENERIC,v 1.115 2009/12/29 07:00:42 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.114 $"
+#ident                 "GENERIC-$Revision: 1.115 $"
 
 maxusers       64
 
@@ -854,6 +854,9 @@
 ## Sun FFB
 ffb*           at mainbus0
 
+## Sun XVR-1000
+gfb*           at mainbus0
+
 # On board vga on U5/U10 etc.
 machfb*                at pci?
 
diff -r 4534e2d5b86a -r e51289edee0a sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Tue Dec 29 06:55:55 2009 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Tue Dec 29 06:56:41 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.121 2009/10/02 15:09:16 nakayama Exp $
+#      $NetBSD: files.sparc64,v 1.122 2009/12/29 06:56:41 macallan Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -150,12 +150,16 @@
 attach cgfourteen at sbus
 file   arch/sparc64/dev/cgfourteen.c   cgfourteen needs-flag
 
-device ffb: wsemuldisplaydev, rasops8, rasops16, rasops24, rasops32, fb, vcons
+device ffb: wsemuldisplaydev, rasops8, rasops32, fb, vcons
 file   arch/sparc64/dev/ffb.c                  ffb
 
 attach ffb at mainbus with ffb_mainbus
 file   arch/sparc64/dev/ffb_mainbus.c          ffb_mainbus
 
+device gfb: wsemuldisplaydev, rasops32, fb, vcons
+file   arch/sparc64/dev/gfb.c                  gfb
+attach gfb at mainbus
+
 # CP1500/1400 watchdog timer
 device pldwdog: sysmon_wdog
 attach pldwdog at ebus



Home | Main Index | Thread Index | Old Index