Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf Fully specifiy the location of indirect...



details:   https://anonhg.NetBSD.org/src/rev/0109bae21825
branches:  trunk
changeset: 322734:0109bae21825
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 15 00:44:56 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/zaurus/conf/GENERIC      |  6 +++---
 sys/arch/zaurus/conf/INSTALL      |  4 ++--
 sys/arch/zaurus/conf/INSTALL_C700 |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r d40d91dc53c2 -r 0109bae21825 sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Tue May 15 00:42:35 2018 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Tue May 15 00:44:56 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.75 2017/09/14 07:58:44 mrg Exp $
+#      $NetBSD: GENERIC,v 1.76 2018/05/15 00:44:56 thorpej Exp $
 #
 # GENERIC machine description file
 #
@@ -192,7 +192,7 @@
 scoop1 at pxaip?
 
 # alternate GPIO contoller for SL-C1000
-ioexp0 at iic? addr 0x18
+ioexp0 at iic0 addr 0x18
 
 # ADC, touchpad, backlight
 zssp0 at pxaip?
@@ -218,7 +218,7 @@
 lcdctl0 at zssp0
 
 # WM8750 Audio
-zaudio0 at iic? addr 0x1b
+zaudio0 at iic0 addr 0x1b
 audio* at zaudio?
 #options       ZAUDIO_VOLUME_STRIDE=8
 
diff -r d40d91dc53c2 -r 0109bae21825 sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL      Tue May 15 00:42:35 2018 +0000
+++ b/sys/arch/zaurus/conf/INSTALL      Tue May 15 00:44:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.35 2018/01/28 01:09:58 rin Exp $
+# $NetBSD: INSTALL,v 1.36 2018/05/15 00:44:56 thorpej Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -68,7 +68,7 @@
 no ztp0 at zssp?
 no wsmouse* at ztp?
 
-no zaudio0 at iic?
+no zaudio0 at iic0
 no audio* at zaudio?
 no spkr* at audio?
 
diff -r d40d91dc53c2 -r 0109bae21825 sys/arch/zaurus/conf/INSTALL_C700
--- a/sys/arch/zaurus/conf/INSTALL_C700 Tue May 15 00:42:35 2018 +0000
+++ b/sys/arch/zaurus/conf/INSTALL_C700 Tue May 15 00:44:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.2 2016/08/12 09:26:35 nonaka Exp $
+# $NetBSD: INSTALL_C700,v 1.3 2018/05/15 00:44:56 thorpej Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -15,7 +15,7 @@
 makeoptions    LOADADDRESS="0xc0400000"
 
 no scoop1 at pxaip?
-no ioexp0 at iic?
+no ioexp0 at iic0
 
 no lcd0 at pxaip?
 no wsdisplay* at lcd?



Home | Main Index | Thread Index | Old Index