Module Name:    src
Committed By:   macallan
Date:           Sun May 22 12:33:49 UTC 2011

Modified Files:
        src/sys/arch/sgimips/dev: files.dev

Log Message:
crmfb may run in more than 8 bit now so we need the other rasops* as well


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sgimips/dev/files.dev

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/sgimips/dev/files.dev
diff -u src/sys/arch/sgimips/dev/files.dev:1.12 src/sys/arch/sgimips/dev/files.dev:1.13
--- src/sys/arch/sgimips/dev/files.dev:1.12	Thu Apr  7 01:07:31 2011
+++ src/sys/arch/sgimips/dev/files.dev	Sun May 22 12:33:49 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.dev,v 1.12 2011/04/07 01:07:31 macallan Exp $
+#	$NetBSD: files.dev,v 1.13 2011/05/22 12:33:49 macallan Exp $
 
 define giobus {}
 
@@ -31,7 +31,7 @@
 attach	crime at mainbus
 file	arch/sgimips/dev/crime.c		crime needs-flag
 
-device	crmfb: wsemuldisplaydev, vcons, rasops8, i2cbus, iic, i2c_bitbang, ddc_read_edid, edid 
+device	crmfb: wsemuldisplaydev, vcons, rasops8, rasops15, rasops16, rasops32, i2cbus, iic, i2c_bitbang, ddc_read_edid, edid 
 attach	crmfb at mainbus
 file	arch/sgimips/dev/crmfb.c		crmfb needs-flag
 defflag	opt_crmfb.h	CRMFB_DEBUG

Reply via email to