Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/arch/macppc/conf Remove meningless "ki2c" attri...



details:   https://anonhg.NetBSD.org/src/rev/96c01f7d28ea
branches:  thorpej-cfargs
changeset: 953877:96c01f7d28ea
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Mar 22 23:14:15 2021 +0000

description:
Remove meningless "ki2c" attribute on the ki2c device declaration line.

diffstat:

 sys/arch/macppc/conf/files.macppc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f29ad6c3d1af -r 96c01f7d28ea sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Mon Mar 22 17:21:09 2021 +0000
+++ b/sys/arch/macppc/conf/files.macppc Mon Mar 22 23:14:15 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.115 2020/08/08 22:37:19 macallan Exp $
+#      $NetBSD: files.macppc,v 1.115.4.1 2021/03/22 23:14:15 thorpej Exp $
 #
 # macppc-specific configuration info
 
@@ -284,7 +284,7 @@
 file arch/macppc/macppc/rbus_machdep.c         cardbus
 
 # Keywest I2C
-device ki2c: i2cbus, ki2c
+device ki2c: i2cbus
 attach ki2c at obio, uni_n
 file arch/macppc/dev/ki2c.c                    ki2c
 defflag opt_ki2c.h     KI2C_DEBUG



Home | Main Index | Thread Index | Old Index