Module Name:    src
Committed By:   he
Date:           Thu Oct  6 12:25:42 UTC 2011

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/sys/arch/sgimips/dev/files.dev:1.14
--- src/sys/arch/sgimips/dev/files.dev:1.13	Sun May 22 12:33:49 2011
+++ src/sys/arch/sgimips/dev/files.dev	Thu Oct  6 12:25:42 2011
@@ -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 @@ device	crime
 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

Reply via email to