Module Name: src
Committed By: thorpej
Date: Tue May 15 00:57:15 UTC 2018
Modified Files:
src/sys/arch/sandpoint/conf: GENERIC
Log Message:
Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/sandpoint/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.97 src/sys/arch/sandpoint/conf/GENERIC:1.98
--- src/sys/arch/sandpoint/conf/GENERIC:1.97 Tue Jan 23 14:47:56 2018
+++ src/sys/arch/sandpoint/conf/GENERIC Tue May 15 00:57:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.97 2018/01/23 14:47:56 sevan Exp $
+# $NetBSD: GENERIC,v 1.98 2018/05/15 00:57:15 thorpej Exp $
#
# machine description file for GENERIC NAS
#
@@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpo
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.97 $"
+#ident "GENERIC-$Revision: 1.98 $"
maxusers 32
@@ -175,12 +175,12 @@ com0 at eumb? unit 0 # console at 0x4
satmgr0 at eumb? unit 1 # satmgr at 0x4600
ociic* at eumb?
iic* at ociic?
-lmtemp* at iic? addr 0x48 # LM75 temperature sensor
-rs5c372rtc* at iic? addr 0x32
-s390rtc* at iic? addr 0x30
-pcf8563rtc* at iic? addr 0x51
-dsrtc* at iic? addr 0x68
-strtc* at iic? addr 0x68
+lmtemp* at iic0 addr 0x48 # LM75 temperature sensor
+rs5c372rtc* at iic0 addr 0x32
+s390rtc* at iic0 addr 0x30
+pcf8563rtc* at iic0 addr 0x51
+dsrtc* at iic0 addr 0x68
+strtc* at iic0 addr 0x68
options STRTC_NO_WATCHDOG
options STRTC_NO_USERRAM