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 The crmfb device does not depend on iic...



details:   https://anonhg.NetBSD.org/src/rev/bc6e5bf2f466
branches:  trunk
changeset: 770158:bc6e5bf2f466
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 06 12:25:42 2011 +0000

description:
The crmfb device does not depend on iic; i2cbus and i2c_bitbang is
sufficient, says jmcneill@
Fixes a build problem for (at least) the GENERIC32_IP3x kernel.

diffstat:

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

diffs (18 lines):

diff -r 8b2608e63a8a -r bc6e5bf2f466 sys/arch/sgimips/dev/files.dev
--- a/sys/arch/sgimips/dev/files.dev    Thu Oct 06 11:13:45 2011 +0000
+++ b/sys/arch/sgimips/dev/files.dev    Thu Oct 06 12:25:42 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.dev,v 1.13 2011/05/22 12:33:49 macallan Exp $
+#      $NetBSD: files.dev,v 1.14 2011/10/06 12:25:42 he 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, rasops15, rasops16, rasops32, i2cbus, iic, i2c_bitbang, ddc_read_edid, edid 
+device crmfb: wsemuldisplaydev, vcons, rasops8, rasops15, rasops16, rasops32, i2cbus, 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