diff options
author | 2009-05-11 12:49:24 +0000 | |
---|---|---|
committer | 2009-05-11 12:49:24 +0000 | |
commit | cf269053db2106abe8b1a09fefb77f665761f4f0 (patch) | |
tree | 8382d27ebd73dd5acf463c948e86afb544b0a3c8 | |
parent | preliminary parts for hw vlan tag insertion/removal, ideas gleaned from (diff) | |
download | wireguard-openbsd-cf269053db2106abe8b1a09fefb77f665761f4f0.tar.xz wireguard-openbsd-cf269053db2106abe8b1a09fefb77f665761f4f0.zip |
driver address fix.
-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 |