Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/dev crmfb may run in more than 8 bit now so...



details:   https://anonhg.NetBSD.org/src/rev/04fa527da9eb
branches:  trunk
changeset: 765221:04fa527da9eb
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun May 22 12:33:49 2011 +0000

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

diffstat:

 sys/arch/sgimips/dev/files.dev |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63b32b2c7b8d -r 04fa527da9eb sys/arch/sgimips/dev/files.dev
--- a/sys/arch/sgimips/dev/files.dev    Sun May 22 12:01:26 2011 +0000
+++ b/sys/arch/sgimips/dev/files.dev    Sun May 22 12:33:49 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index