Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Fully specifiy the loca...



details:   https://anonhg.NetBSD.org/src/rev/6583a5849275
branches:  trunk
changeset: 319060:6583a5849275
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 15 00:57:15 2018 +0000
description:
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.

diffstat:

 sys/arch/sandpoint/conf/GENERIC |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r b82e4cd220ed -r 6583a5849275 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Tue May 15 00:54:01 2018 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Tue May 15 00:57:15 2018 +0000
@@ -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 @@
 
 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 @@
 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
 



Home | Main Index | Thread Index | Old Index