diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:49:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:49:38 +0000 |
commit | 45b47fa150ac72b9865630dd0206645114ea827c (patch) | |
tree | 9da78aededf282049c612302a07c92f49c4edd39 /sys/arch/zaurus | |
parent | b39e83aa064f336f7d090fd1f77fbca8510f04ae (diff) |
start the job of making things look more alike
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 1a0df0d674c..167a307a09a 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.34 2005/04/30 00:36:05 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.35 2005/04/30 00:49:37 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -9,9 +9,9 @@ # of each device driver in this file see the section 4 man page for the # device. -machine zaurus arm - -include "../../../conf/GENERIC" +machine zaurus arm +include "../../../conf/GENERIC" +maxusers 32 # estimated number of users options ARM32 #options ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>" @@ -26,10 +26,6 @@ makeoptions BOARDTYPE="zaurus" options APERTURE -# estimated number of users - -maxusers 32 - # CPU options options CPU_XSCALE_PXA2X0 # Support the XScale core #options XSCALE_CACHE_WRITE_THROUGH |