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 needs edid and friends now



details:   https://anonhg.NetBSD.org/src/rev/6fb8d66bd1ed
branches:  trunk
changeset: 763830:6fb8d66bd1ed
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon Apr 04 22:15:13 2011 +0000

description:
crmfb needs edid and friends now

diffstat:

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

diffs (18 lines):

diff -r d492ad6cc888 -r 6fb8d66bd1ed sys/arch/sgimips/dev/files.dev
--- a/sys/arch/sgimips/dev/files.dev    Mon Apr 04 22:13:58 2011 +0000
+++ b/sys/arch/sgimips/dev/files.dev    Mon Apr 04 22:15:13 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.dev,v 1.10 2009/02/12 06:33:57 rumble Exp $
+#      $NetBSD: files.dev,v 1.11 2011/04/04 22:15:13 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, rasops16, rasops32
+device crmfb: wsemuldisplaydev, vcons, rasops8, i2cbus, iic, i2c_bitbang, ddc_read_edid, edid 
 attach crmfb at mainbus
 file   arch/sgimips/dev/crmfb.c                crmfb needs-flag
 



Home | Main Index | Thread Index | Old Index