Module Name:    src
Committed By:   pgoyette
Date:           Fri Mar  2 06:04:16 UTC 2018

Modified Files:
        src/sys/dev: DEVNAMES

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


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/sys/dev/DEVNAMES

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/DEVNAMES
diff -u src/sys/dev/DEVNAMES:1.306 src/sys/dev/DEVNAMES:1.307
--- src/sys/dev/DEVNAMES:1.306	Fri Mar  2 06:01:20 2018
+++ src/sys/dev/DEVNAMES	Fri Mar  2 06:04:16 2018
@@ -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 @@ hydra			acorn32
 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 @@ ifpci			MI
 ifuba			MI		Attribute
 igsfb			MI
 iha			MI
+iic			MI		(Source file i2c.c)
 iic			acorn32
 ik			vax
 il			MI

Reply via email to