diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2009-05-11 12:49:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2009-05-11 12:49:25 +0000 |
commit | a5c35debb7ae4c2f4be85638fc776685f8fb84ee (patch) | |
tree | 1bdbea96269f2866e315537bbb018a2ead70d3ee /sys/arch | |
parent | ece655b4fc8fed41df5152f9ef5c42ab36e9e730 (diff) |
driver address fix.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/beagle/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/conf/RAMDISK b/sys/arch/beagle/conf/RAMDISK index f6a5242a2a3..f31b7051c72 100644 --- a/sys/arch/beagle/conf/RAMDISK +++ b/sys/arch/beagle/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2009/05/08 03:13:26 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.2 2009/05/11 12:49:24 drahn Exp $ # # GENERIC machine description file # @@ -65,7 +65,7 @@ cpu0 at mainbus? ahb0 at mainbus? prcm0 at ahb? addr 0x48004800 # power/clock controller -intc0 at ahb? addr 0x480fe000 # interrupt controller +intc0 at ahb? addr 0x48200000 # interrupt controller gptimer0 at ahb? addr 0x49032000 intr 38 # timer GPTIMER2 gptimer1 at ahb? addr 0x48318000 intr 37 # timer GPTIMER1 |