Module Name:    src
Committed By:   jmcneill
Date:           Sat Aug 13 18:31:38 UTC 2011

Modified Files:
        src/sys/dev/i2c: files.i2c

Log Message:
lg3303 depends on dtv_math, not xc3028


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/i2c/files.i2c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/i2c/files.i2c
diff -u src/sys/dev/i2c/files.i2c:1.41 src/sys/dev/i2c/files.i2c:1.42
--- src/sys/dev/i2c/files.i2c:1.41	Tue Aug  9 01:42:24 2011
+++ src/sys/dev/i2c/files.i2c	Sat Aug 13 18:31:38 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.i2c,v 1.41 2011/08/09 01:42:24 jmcneill Exp $
+#	$NetBSD: files.i2c,v 1.42 2011/08/13 18:31:38 jmcneill Exp $
 
 defflag	opt_i2cbus.h				I2C_SCAN
 define	i2cbus { }
@@ -18,11 +18,11 @@
 file	dev/i2c/au8522.c			au8522
 
 # LG DT3303 decoder
-define	lg3303: i2cexec
+define	lg3303: i2cexec, dtv_math
 file	dev/i2c/lg3303.c			lg3303
 
 # Xceive XC3028 tuner
-define	xc3028: i2cexec, firmload, dtv_math
+define	xc3028: i2cexec, firmload
 file	dev/i2c/xc3028.c			xc3028
 
 # Xceive XC5000 tuner

Reply via email to