Module Name:    src
Committed By:   nonaka
Date:           Sat May 14 15:02:29 UTC 2011

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

Log Message:
Use PXA250 compat. rtc.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 src/sys/arch/zaurus/conf/GENERIC:1.36
--- src/sys/arch/zaurus/conf/GENERIC:1.35	Thu May  5 09:07:59 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Sat May 14 15:02:29 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.35 2011/05/05 09:07:59 nonaka Exp $
+#	$NetBSD: GENERIC,v 1.36 2011/05/14 15:02:29 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -178,9 +178,9 @@
 # integrated peripherals
 pxaip0 at mainbus?
 
-pxaintc0 at pxaip?			# interrupt controller
-pxagpio0 at pxaip?			# GPIO
-pxartc0 at pxaip? addr 0x40900000	# RTC
+pxaintc0 at pxaip?				# interrupt controller
+pxagpio0 at pxaip?				# GPIO
+pxartc0 at pxaip? addr 0x40900000 size 0x10	# RTC
 
 # DMAC support
 pxadmac0 at pxaip? addr 0x40000000 intr 25

Reply via email to