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 pxartc(4) must set the device address.



details:   https://anonhg.NetBSD.org/src/rev/fb67d597cda2
branches:  trunk
changeset: 749374:fb67d597cda2
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Nov 28 08:16:00 2009 +0000

description:
pxartc(4) must set the device address.

diffstat:

 sys/arch/zaurus/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 007e7357fa60 -r fb67d597cda2 sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Sat Nov 28 04:14:27 2009 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Sat Nov 28 08:16:00 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index