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 Revert previous; we act...
details: https://anonhg.NetBSD.org/src/rev/e201769fa424
branches: trunk
changeset: 319061:e201769fa424
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue May 15 01:07:06 2018 +0000
description:
Revert previous; we actually use direct-configuration of I2C in this
kernel config.
diffstat:
sys/arch/sandpoint/conf/GENERIC | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 6583a5849275 -r e201769fa424 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC Tue May 15 00:57:15 2018 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC Tue May 15 01:07:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.98 2018/05/15 00:57:15 thorpej Exp $
+# $NetBSD: GENERIC,v 1.99 2018/05/15 01:07:06 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.98 $"
+#ident "GENERIC-$Revision: 1.99 $"
maxusers 32
@@ -175,12 +175,12 @@
satmgr0 at eumb? unit 1 # satmgr at 0x4600
ociic* at eumb?
iic* at ociic?
-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
+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
options STRTC_NO_WATCHDOG
options STRTC_NO_USERRAM
Home |
Main Index |
Thread Index |
Old Index