Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c For built-in modules, the iic driver requires i2...



details:   https://anonhg.NetBSD.org/src/rev/fb0eecea2574
branches:  trunk
changeset: 346027:fb0eecea2574
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Jun 20 04:18:12 2016 +0000

description:
For built-in modules, the iic driver requires i2c_bitbang

diffstat:

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

diffs (16 lines):

diff -r ba9fcdfe8a6e -r fb0eecea2574 sys/dev/i2c/files.i2c
--- a/sys/dev/i2c/files.i2c     Mon Jun 20 03:55:34 2016 +0000
+++ b/sys/dev/i2c/files.i2c     Mon Jun 20 04:18:12 2016 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: files.i2c,v 1.70 2016/06/07 01:06:27 pgoyette Exp $
+#      $NetBSD: files.i2c,v 1.71 2016/06/20 04:18:12 pgoyette Exp $
 
 obsolete defflag       opt_i2cbus.h            I2C_SCAN
 define i2cbus { }
 define i2cexec
 
-device iic { [addr = -1], [size = -1] }
+device iic { [addr = -1], [size = -1] } : i2c_bitbang
 attach iic at i2cbus
 file   dev/i2c/i2c.c                           iic
 file   dev/i2c/i2c_exec.c                      iic | i2cbus | i2cexec



Home | Main Index | Thread Index | Old Index