Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Rename the i2c attribute i2cbus, and add the MI iic ...



details:   https://anonhg.NetBSD.org/src/rev/228387b33feb
branches:  trunk
changeset: 830238:228387b33feb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Mar 02 06:04:16 2018 +0000

description:
Rename the i2c attribute i2cbus, and add the MI iic device.

Note that the iic device source files are named i2c*  Also note that
iic attaches at i2cbus

diffstat:

 sys/dev/DEVNAMES |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 472ba133d346 -r 228387b33feb sys/dev/DEVNAMES
--- a/sys/dev/DEVNAMES  Fri Mar 02 06:01:20 2018 +0000
+++ b/sys/dev/DEVNAMES  Fri Mar 02 06:04:16 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DEVNAMES,v 1.306 2018/03/02 06:01:20 pgoyette Exp $
+#      $NetBSD: DEVNAMES,v 1.307 2018/03/02 06:04:16 pgoyette Exp $
 #
 # This file contains all used device names and defined attributes in
 # alphabetical order. New devices added to the system somewhere should first
@@ -608,7 +608,7 @@
 hyper                  amiga
 hyper                  amigappc
 hyper                  hp300
-i2c                    MI              Attribute
+i2cbus                 MI              Attribute
 i2c_eeprom             MI              Attribute
 i8042                  shark           Attribute
 i82586                 MI              Attribute
@@ -633,6 +633,7 @@
 ifuba                  MI              Attribute
 igsfb                  MI
 iha                    MI
+iic                    MI              (Source file i2c.c)
 iic                    acorn32
 ik                     vax
 il                     MI



Home | Main Index | Thread Index | Old Index