From 7dd62395b81413dd2a084718e42ec80d50575932 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Tue, 20 Dec 2005 02:37:11 +0000 Subject: 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. --- sys/arch/zaurus/conf/GENERIC | 4 ++-- sys/arch/zaurus/conf/RAMDISK | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/zaurus/conf') 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? -- cgit v1.2.3