Module Name:    src
Committed By:   thorpej
Date:           Mon May 14 21:58:15 UTC 2018

Modified Files:
        src/sys/arch/hpcarm/conf: NETBOOKPRO

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.22 -r1.23 src/sys/arch/hpcarm/conf/NETBOOKPRO

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/hpcarm/conf/NETBOOKPRO
diff -u src/sys/arch/hpcarm/conf/NETBOOKPRO:1.22 src/sys/arch/hpcarm/conf/NETBOOKPRO:1.23
--- src/sys/arch/hpcarm/conf/NETBOOKPRO:1.22	Thu Sep 14 07:58:41 2017
+++ src/sys/arch/hpcarm/conf/NETBOOKPRO	Mon May 14 21:58:14 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: NETBOOKPRO,v 1.22 2017/09/14 07:58:41 mrg Exp $
+#	$NetBSD: NETBOOKPRO,v 1.23 2018/05/14 21:58:14 thorpej Exp $
 #
 #	NETBOOKPRO -- Psion Teklogix NETBOOK PRO
 #
@@ -8,7 +8,7 @@ include	"arch/hpcarm/conf/files.netbookp
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.22 $"
+#ident 		"GENERIC-$Revision: 1.23 $"
 
 # estimated number of users
 maxusers	32
@@ -175,9 +175,9 @@ spkr*	at audio?		# PC speaker (synthesiz
 nbpiic0	at pxaip? addr 0x40300000 intr 18
 iic*	at nbpiic?
 
-nbppcon* at iic? addr 0x13			# PCon
-r2025rtc* at iic? addr 0x32			# R2025S RTC
-seeprom* at iic? addr 0x53 size 128
+nbppcon* at iic0 addr 0x13			# PCon
+r2025rtc* at iic0 addr 0x32			# R2025S RTC
+seeprom* at iic0 addr 0x53 size 128
 
 nbppm* at nbppcon? tag 0x05
 hpcapm* at nbppm?

Reply via email to