Module Name:    src
Committed By:   nonaka
Date:           Sat Nov 28 08:16:00 UTC 2009

Modified Files:
        src/sys/arch/zaurus/conf: GENERIC

Log Message:
pxartc(4) must set the device address.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/zaurus/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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.25 src/sys/arch/zaurus/conf/GENERIC:1.26
--- src/sys/arch/zaurus/conf/GENERIC:1.25	Sun Aug  9 06:12:34 2009
+++ src/sys/arch/zaurus/conf/GENERIC	Sat Nov 28 08:16:00 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.25 2009/08/09 06:12:34 kiyohara Exp $
+#	$NetBSD: GENERIC,v 1.26 2009/11/28 08:16:00 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -171,9 +171,9 @@
 # integrated peripherals
 pxaip0 at mainbus?
 
-pxaintc0 at pxaip?	# interrupt controller
-pxagpio0 at pxaip?	# GPIO
-pxartc0 at pxaip?	# RTC
+pxaintc0 at pxaip?			# interrupt controller
+pxagpio0 at pxaip?			# GPIO
+pxartc0 at pxaip? addr 0x40900000	# RTC
 
 # DMAC support
 pxadmac0 at pxaip? addr 0x40000000 intr 25

Reply via email to