diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-20 02:37:11 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-20 02:37:11 +0000 |
commit | 7dd62395b81413dd2a084718e42ec80d50575932 (patch) | |
tree | c0591542bbb137c29387f14fb1e7327437a18454 /sys/arch/zaurus/conf | |
parent | 39b94e1fd2ba7642a42563ed786e1a280b9477b1 (diff) |
switch to using clock4 instead of clock0 so that we get clocks when running
at 91MHz (clock4 is programmed to be based of the 32.768KHz clock.
Diffstat (limited to 'sys/arch/zaurus/conf')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 88724956786..a89b03b2191 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2005/11/17 05:26:31 uwe Exp $ +# $OpenBSD: GENERIC,v 1.46 2005/12/20 02:37:10 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -50,7 +50,7 @@ pxaip0 at mainbus? pxaintc0 at pxaip? # interrupt controller pxagpio0 at pxaip? # GPIO controller pxadmac0 at pxaip? # DMA controller -saost0 at pxaip? addr 0x40a00000 size 0x20 +pxaost0 at pxaip? addr 0x40a00000 size 0x20 # PCMCIA/CF socket and GPIO controllers scoop0 at pxaip? diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index dc6c9d873fc..a7aa53d2ad4 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.31 2005/08/28 05:30:43 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.32 2005/12/20 02:37:10 drahn Exp $ machine zaurus arm @@ -50,7 +50,7 @@ pxaintc0 at pxaip? # interrupt controller pxagpio0 at pxaip? # GPIO scoop0 at pxaip? scoop1 at pxaip? -saost0 at pxaip? addr 0x40a00000 size 0x20 +pxaost0 at pxaip? addr 0x40a00000 size 0x20 # touch screen zts0 at pxaip? |