Module Name:    src
Committed By:   macallan
Date:           Tue Dec 29 06:56:41 UTC 2009

Modified Files:
        src/sys/arch/sparc64/conf: files.sparc64

Log Message:
add gfb at mainbus


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/sparc64/conf/files.sparc64

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/files.sparc64
diff -u src/sys/arch/sparc64/conf/files.sparc64:1.121 src/sys/arch/sparc64/conf/files.sparc64:1.122
--- src/sys/arch/sparc64/conf/files.sparc64:1.121	Fri Oct  2 15:09:16 2009
+++ src/sys/arch/sparc64/conf/files.sparc64	Tue Dec 29 06:56:41 2009
@@ -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

Reply via email to