diff options
Diffstat (limited to 'sys/arch/cats/include')
43 files changed, 0 insertions, 482 deletions
diff --git a/sys/arch/cats/include/_types.h b/sys/arch/cats/include/_types.h deleted file mode 100644 index 80cabc3e2d5..00000000000 --- a/sys/arch/cats/include/_types.h +++ /dev/null @@ -1,12 +0,0 @@ -/* $OpenBSD: _types.h,v 1.3 2007/05/15 15:23:35 art Exp $ */ - -/* public domain */ - -#ifndef _CATS__TYPES_H_ -#define _CATS__TYPES_H_ - -#include <arm/_types.h> - -#define __HAVE_GENERIC_SOFT_INTERRUPTS - -#endif /* _CATS__TYPES */ diff --git a/sys/arch/cats/include/asm.h b/sys/arch/cats/include/asm.h deleted file mode 100644 index e730a1e3998..00000000000 --- a/sys/arch/cats/include/asm.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: asm.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: asm.h,v 1.3 2001/11/25 15:55:54 thorpej Exp $ */ - -#include <arm/asm.h> diff --git a/sys/arch/cats/include/atomic.h b/sys/arch/cats/include/atomic.h deleted file mode 100644 index d8f88699072..00000000000 --- a/sys/arch/cats/include/atomic.h +++ /dev/null @@ -1,10 +0,0 @@ -/* $OpenBSD: atomic.h,v 1.4 2007/02/19 17:18:42 deraadt Exp $ */ - -/* Public Domain */ - -#ifndef __CATS_ATOMIC_H__ -#define __CATS_ATOMIC_H__ - -#include <arm/atomic.h> - -#endif /* __CATS_ATOMIC_H__ */ diff --git a/sys/arch/cats/include/bootconfig.h b/sys/arch/cats/include/bootconfig.h deleted file mode 100644 index 1940f83d5e9..00000000000 --- a/sys/arch/cats/include/bootconfig.h +++ /dev/null @@ -1,76 +0,0 @@ -/* $OpenBSD: bootconfig.h,v 1.2 2004/05/19 04:11:31 drahn Exp $ */ -/* $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $ */ - -/* - * Copyright (c) 1994 Mark Brinicombe. - * Copyright (c) 1994 Brini. - * All rights reserved. - * - * This code is derived from software written for Brini by Mark Brinicombe - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Mark Brinicombe - * for the NetBSD Project. - * 4. The name of the company nor the name of the author may be used to - * endorse or promote products derived from this software without specific - * prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * boot configuration structures - * - * Created : 12/09/94 - * - * Based on kate/boot/bootconfig.h - */ - -typedef struct _PhysMem { - u_int address; - u_int pages; -} PhysMem; - -#if defined(_KERNEL) - -#define DRAM_BLOCKS 1 - -typedef struct _BootConfig { - PhysMem dram[DRAM_BLOCKS]; - u_int dramblocks; -} BootConfig; - -extern BootConfig bootconfig; -#define MAX_BOOT_STRING 255 - -#define BOOTOPT_TYPE_BOOLEAN 0 -#define BOOTOPT_TYPE_STRING 1 -#define BOOTOPT_TYPE_INT 2 -#define BOOTOPT_TYPE_BININT 3 -#define BOOTOPT_TYPE_HEXINT 4 -#define BOOTOPT_TYPE_MASK 7 - -int get_bootconf_option (char *string, char *option, int type, void *result); - -extern char *boot_args; -extern char *boot_file; -#endif /* _KERNEL */ - -/* End of bootconfig.h */ diff --git a/sys/arch/cats/include/bus.h b/sys/arch/cats/include/bus.h deleted file mode 100644 index f0cdace92b6..00000000000 --- a/sys/arch/cats/include/bus.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: bus.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: bus.h,v 1.3 2001/11/25 15:55:55 thorpej Exp $ */ - -#include <arm/bus.h> diff --git a/sys/arch/cats/include/cdefs.h b/sys/arch/cats/include/cdefs.h deleted file mode 100644 index ec0b6021cd7..00000000000 --- a/sys/arch/cats/include/cdefs.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: cdefs.h,v 1.2 2005/11/24 20:46:44 deraadt Exp $ */ - -#include <arm/cdefs.h> diff --git a/sys/arch/cats/include/conf.h b/sys/arch/cats/include/conf.h deleted file mode 100644 index 54010b008cc..00000000000 --- a/sys/arch/cats/include/conf.h +++ /dev/null @@ -1,19 +0,0 @@ -/* $OpenBSD: conf.h,v 1.3 2005/05/13 22:54:00 miod Exp $ */ -/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */ - -#ifndef _CATS_CONF_H -#define _CATS_CONF_H - -/* - * CATS specific device includes go in here - */ -#define CONF_HAVE_PCI -#define CONF_HAVE_USB -#define CONF_HAVE_SCSIPI -#define CONF_HAVE_WSCONS -#define CONF_HAVE_FCOM -#define CONF_HAVE_SPKR - -#include <arm/conf.h> - -#endif /* _CATS_CONF_H */ diff --git a/sys/arch/cats/include/cpu.h b/sys/arch/cats/include/cpu.h deleted file mode 100644 index 1997a1569d0..00000000000 --- a/sys/arch/cats/include/cpu.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: cpu.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: cpu.h,v 1.3 2001/11/25 15:55:55 thorpej Exp $ */ - -#include <arm/cpu.h> diff --git a/sys/arch/cats/include/cyclone_boot.h b/sys/arch/cats/include/cyclone_boot.h deleted file mode 100644 index edf06464f0f..00000000000 --- a/sys/arch/cats/include/cyclone_boot.h +++ /dev/null @@ -1,67 +0,0 @@ -/* $OpenBSD: cyclone_boot.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: cyclone_boot.h,v 1.1 2001/06/20 22:14:34 chris Exp $ */ - -/* - * Copyright (c) 1997,1998 Mark Brinicombe. - * Copyright (c) 1997,1998 Causality Limited. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Mark Brinicombe. - * 4. The name of the company nor the name of the author may be used to - * endorse or promote products derived from this software without specific - * prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -/* - * Define the boot structure that is passed to the kernel - * from the cyclone firmware. - * - * The bootloader reserves a page for boot argument info. - * This page will contain the ebsaboot structure and the - * kernel argument string. - */ - -struct ebsaboot { - u_int32_t bt_magic; /* boot info magic number */ - u_int32_t bt_vargp; /* virtual addr of arg page */ - u_int32_t bt_pargp; /* physical addr of arg page */ - const char * bt_args; /* kernel args string pointer */ - pd_entry_t * bt_l1; /* active L1 page table */ - u_int32_t bt_memstart; /* start of physical memory */ - u_int32_t bt_memend; /* end of physical memory */ - u_int32_t bt_memavail; /* start of avail phys memory */ - u_int32_t bt_fclk; /* fclk frequency */ - u_int32_t bt_pciclk; /* PCI bus frequency */ - u_int32_t bt_vers; /* structure version (CATS) */ - u_int32_t bt_features; /* feature mask (CATS) */ -}; - -#define BT_MAGIC_NUMBER_EBSA 0x45425341 -#define BT_MAGIC_NUMBER_CATS 0x43415453 - -#define BT_BOOT_VERSION_OLD 0 -#define BT_BOOT_VERSION_NEW 1 - -/* End of cyclone_boot.h */ diff --git a/sys/arch/cats/include/db_machdep.h b/sys/arch/cats/include/db_machdep.h deleted file mode 100644 index 75cc8636737..00000000000 --- a/sys/arch/cats/include/db_machdep.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: db_machdep.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: db_machdep.h,v 1.3 2001/11/25 15:55:55 thorpej Exp $ */ - -#include <arm/db_machdep.h> diff --git a/sys/arch/cats/include/disklabel.h b/sys/arch/cats/include/disklabel.h deleted file mode 100644 index e7f8b010c8e..00000000000 --- a/sys/arch/cats/include/disklabel.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: disklabel.h,v 1.2 2007/06/17 00:27:27 deraadt Exp $ */ - -#include <arm/disklabel.h> diff --git a/sys/arch/cats/include/elf_abi.h b/sys/arch/cats/include/elf_abi.h deleted file mode 100644 index 80acd57afe1..00000000000 --- a/sys/arch/cats/include/elf_abi.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: elf_abi.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ - -#include <arm/elf_abi.h> diff --git a/sys/arch/cats/include/endian.h b/sys/arch/cats/include/endian.h deleted file mode 100644 index b39fda184d3..00000000000 --- a/sys/arch/cats/include/endian.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: endian.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: endian.h,v 1.3 2001/11/25 15:55:56 thorpej Exp $ */ - -#include <arm/endian.h> diff --git a/sys/arch/cats/include/exec.h b/sys/arch/cats/include/exec.h deleted file mode 100644 index 7726fe108cd..00000000000 --- a/sys/arch/cats/include/exec.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: exec.h,v 1.4 2006/10/02 17:45:33 miod Exp $ */ -/* public domain */ -#include <arm/exec.h> diff --git a/sys/arch/cats/include/float.h b/sys/arch/cats/include/float.h deleted file mode 100644 index c48d6fb3732..00000000000 --- a/sys/arch/cats/include/float.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: float.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: float.h,v 1.3 2001/11/25 15:55:56 thorpej Exp $ */ - -#include <arm/float.h> diff --git a/sys/arch/cats/include/fp.h b/sys/arch/cats/include/fp.h deleted file mode 100644 index 52072045e73..00000000000 --- a/sys/arch/cats/include/fp.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: fp.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: fp.h,v 1.3 2001/11/25 15:55:56 thorpej Exp $ */ - -#include <arm/fp.h> diff --git a/sys/arch/cats/include/frame.h b/sys/arch/cats/include/frame.h deleted file mode 100644 index 9d8216149fb..00000000000 --- a/sys/arch/cats/include/frame.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: frame.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: frame.h,v 1.1 2001/06/08 22:23:00 chris Exp $ */ - -#include <arm/frame.h> diff --git a/sys/arch/cats/include/ieee.h b/sys/arch/cats/include/ieee.h deleted file mode 100644 index 8536ad855bc..00000000000 --- a/sys/arch/cats/include/ieee.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: ieee.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: ieee.h,v 1.3 2001/11/25 15:55:56 thorpej Exp $ */ - -#include <arm/ieee.h> diff --git a/sys/arch/cats/include/ieeefp.h b/sys/arch/cats/include/ieeefp.h deleted file mode 100644 index f4367fb3104..00000000000 --- a/sys/arch/cats/include/ieeefp.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: ieeefp.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: ieeefp.h,v 1.3 2001/11/25 15:55:56 thorpej Exp $ */ - -#include <arm/ieeefp.h> diff --git a/sys/arch/cats/include/internal_types.h b/sys/arch/cats/include/internal_types.h deleted file mode 100644 index c13787132f0..00000000000 --- a/sys/arch/cats/include/internal_types.h +++ /dev/null @@ -1,7 +0,0 @@ -/* $OpenBSD: internal_types.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* Public domain */ -#ifndef _MACHINE_INTERNAL_TYPES_H_ -#define _MACHINE_INTERNAL_TYPES_H_ - -#include "arm/internal_types.h" -#endif diff --git a/sys/arch/cats/include/intr.h b/sys/arch/cats/include/intr.h deleted file mode 100644 index 5110f79f21a..00000000000 --- a/sys/arch/cats/include/intr.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: intr.h,v 1.2 2007/05/15 05:26:44 miod Exp $ */ -/* $NetBSD: intr.h,v 1.4 2002/09/28 15:44:29 chris Exp $ */ - -#include <arm/footbridge/footbridge_intr.h> diff --git a/sys/arch/cats/include/irqhandler.h b/sys/arch/cats/include/irqhandler.h deleted file mode 100644 index 4805cf98e45..00000000000 --- a/sys/arch/cats/include/irqhandler.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: irqhandler.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: irqhandler.h,v 1.4 2002/04/12 18:50:32 thorpej Exp $ */ - -#include <arm/footbridge/footbridge_irqhandler.h> diff --git a/sys/arch/cats/include/isa_machdep.h b/sys/arch/cats/include/isa_machdep.h deleted file mode 100644 index 7ff5dd94990..00000000000 --- a/sys/arch/cats/include/isa_machdep.h +++ /dev/null @@ -1,13 +0,0 @@ -/* $OpenBSD: isa_machdep.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */ - -#ifndef _CATS_ISA_MACHDEP_H_ -#define _CATS_ISA_MACHDEP_H_ -#include <arm/isa_machdep.h> - -#ifdef _KERNEL -#define ISA_FOOTBRIDGE_IRQ IRQ_IN_L2 -void isa_footbridge_init(u_int, u_int); -#endif /* _KERNEL */ - -#endif /* _CATS_ISA_MACHDEP_H_ */ diff --git a/sys/arch/cats/include/limits.h b/sys/arch/cats/include/limits.h deleted file mode 100644 index f6fd82683af..00000000000 --- a/sys/arch/cats/include/limits.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: limits.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: limits.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ - -#include <arm/limits.h> diff --git a/sys/arch/cats/include/lock.h b/sys/arch/cats/include/lock.h deleted file mode 100644 index ba2a06187db..00000000000 --- a/sys/arch/cats/include/lock.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: lock.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: lock.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ - -#include <arm/lock.h> diff --git a/sys/arch/cats/include/mutex.h b/sys/arch/cats/include/mutex.h deleted file mode 100644 index 03d7fd1ffd0..00000000000 --- a/sys/arch/cats/include/mutex.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: mutex.h,v 1.1 2007/05/15 05:26:44 miod Exp $ */ -/* public domain */ -#include <arm/footbridge/footbridge_mutex.h> diff --git a/sys/arch/cats/include/param.h b/sys/arch/cats/include/param.h deleted file mode 100644 index 0d1335d2efd..00000000000 --- a/sys/arch/cats/include/param.h +++ /dev/null @@ -1,51 +0,0 @@ -/* $OpenBSD: param.h,v 1.2 2004/02/06 17:30:38 drahn Exp $ */ -/* $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $ */ - -/* - * Copyright (c) 1994,1995 Mark Brinicombe. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the RiscBSD team. - * 4. The name "RiscBSD" nor the name of the author may be used to - * endorse or promote products derived from this software without specific - * prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY RISCBSD ``AS IS'' AND ANY EXPRESS OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL RISCBSD OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -#ifndef _CATS_PARAM_H_ -#define _CATS_PARAM_H_ - -/* - * cats boot dmesg is bigger than 4k - */ -#ifndef MSGBUFSIZE -#define MSGBUFSIZE (2*NBPG) -#endif - -#include <arm/param.h> - -#define _MACHINE cats -#define MACHINE "cats" - -#endif /* _CATS_PARAM_H_ */ diff --git a/sys/arch/cats/include/pcb.h b/sys/arch/cats/include/pcb.h deleted file mode 100644 index f99d13969d8..00000000000 --- a/sys/arch/cats/include/pcb.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: pcb.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: pcb.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ - -#include <arm/pcb.h> diff --git a/sys/arch/cats/include/pio.h b/sys/arch/cats/include/pio.h deleted file mode 100644 index 045c59ff6c3..00000000000 --- a/sys/arch/cats/include/pio.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: pio.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: pio.h,v 1.3 2001/12/07 23:09:33 chris Exp $ */ - -#include <arm/pio.h> diff --git a/sys/arch/cats/include/pmap.h b/sys/arch/cats/include/pmap.h deleted file mode 100644 index aa1f8123abc..00000000000 --- a/sys/arch/cats/include/pmap.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: pmap.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: pmap.h,v 1.2 2001/11/23 17:29:01 thorpej Exp $ */ - -#include <arm/pmap.h> diff --git a/sys/arch/cats/include/proc.h b/sys/arch/cats/include/proc.h deleted file mode 100644 index 7bda86370d2..00000000000 --- a/sys/arch/cats/include/proc.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: proc.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: proc.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ - -#include <arm/proc.h> diff --git a/sys/arch/cats/include/profile.h b/sys/arch/cats/include/profile.h deleted file mode 100644 index c9c50fbe848..00000000000 --- a/sys/arch/cats/include/profile.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: profile.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: profile.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ - -#include <arm/profile.h> diff --git a/sys/arch/cats/include/psl.h b/sys/arch/cats/include/psl.h deleted file mode 100644 index 0785bb0dffb..00000000000 --- a/sys/arch/cats/include/psl.h +++ /dev/null @@ -1 +0,0 @@ -/* $OpenBSD: psl.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ diff --git a/sys/arch/cats/include/ptrace.h b/sys/arch/cats/include/ptrace.h deleted file mode 100644 index 8e16de5f88b..00000000000 --- a/sys/arch/cats/include/ptrace.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: ptrace.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: ptrace.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ - -#include <arm/ptrace.h> diff --git a/sys/arch/cats/include/reg.h b/sys/arch/cats/include/reg.h deleted file mode 100644 index 8e503fbc8d1..00000000000 --- a/sys/arch/cats/include/reg.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: reg.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: reg.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ - -#include <arm/reg.h> diff --git a/sys/arch/cats/include/reloc.h b/sys/arch/cats/include/reloc.h deleted file mode 100644 index 0a788984d8c..00000000000 --- a/sys/arch/cats/include/reloc.h +++ /dev/null @@ -1,2 +0,0 @@ -/* $OpenBSD: reloc.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -#include <arm/reloc.h> diff --git a/sys/arch/cats/include/setjmp.h b/sys/arch/cats/include/setjmp.h deleted file mode 100644 index bd4d39265e3..00000000000 --- a/sys/arch/cats/include/setjmp.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: setjmp.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: setjmp.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ - -#include <arm/setjmp.h> diff --git a/sys/arch/cats/include/signal.h b/sys/arch/cats/include/signal.h deleted file mode 100644 index 7f374547760..00000000000 --- a/sys/arch/cats/include/signal.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: signal.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: signal.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ - -#include <arm/signal.h> diff --git a/sys/arch/cats/include/spinlock.h b/sys/arch/cats/include/spinlock.h deleted file mode 100644 index e1795805ee4..00000000000 --- a/sys/arch/cats/include/spinlock.h +++ /dev/null @@ -1,6 +0,0 @@ - -/* $OpenBSD: spinlock.h,v 1.2 2005/12/01 22:09:44 deraadt Exp $ */ -#ifndef _CATS_SPINLOCK_H_ -#define _CATS_SPINLOCK_H_ -#include <arm/spinlock.h> -#endif /* _CATS_SPINLOCK_H_ */ diff --git a/sys/arch/cats/include/stdarg.h b/sys/arch/cats/include/stdarg.h deleted file mode 100644 index ecec78f756b..00000000000 --- a/sys/arch/cats/include/stdarg.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $NetBSD: stdarg.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ - -#include <arm/stdarg.h> diff --git a/sys/arch/cats/include/sysarch.h b/sys/arch/cats/include/sysarch.h deleted file mode 100644 index 18778d71e0c..00000000000 --- a/sys/arch/cats/include/sysarch.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: sysarch.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: sysarch.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ - -#include <arm/sysarch.h> diff --git a/sys/arch/cats/include/trap.h b/sys/arch/cats/include/trap.h deleted file mode 100644 index 3093ee74a2f..00000000000 --- a/sys/arch/cats/include/trap.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: trap.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: trap.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ - -#include <arm/trap.h> diff --git a/sys/arch/cats/include/vmparam.h b/sys/arch/cats/include/vmparam.h deleted file mode 100644 index bf47c165dd3..00000000000 --- a/sys/arch/cats/include/vmparam.h +++ /dev/null @@ -1,100 +0,0 @@ -/* $OpenBSD: vmparam.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */ - -/* - * Copyright (c) 1988 The Regents of the University of California. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -#ifndef _ARM32_VMPARAM_H_ -#define _ARM32_VMPARAM_H_ - -#define ARM_KERNEL_BASE 0xf0000000 - -#include <arm/vmparam.h> - -#ifdef _KERNEL -/* - * Address space constants - */ - -/* - * The line between user space and kernel space - * Mappings >= KERNEL_BASE are constant across all processes - */ -#define KERNEL_BASE ARM_KERNEL_BASE - -/* - * Override the default pager_map size, there's not enough KVA. - */ -#define PAGER_MAP_SIZE (4 * 1024 * 1024) - -/* - * Size of User Raw I/O map - */ - -#define USRIOSIZE 300 - -/* virtual sizes (bytes) for various kernel submaps */ - -#define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE) - -/* - * max number of non-contig chunks of physical RAM you can have - */ - -#define VM_PHYSSEG_MAX 32 - -/* - * when converting a physical address to a vm_page structure, we - * want to use a binary search on the chunks of physical memory - * to find our RAM - */ - -#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH - -/* - * this indicates that we can't add RAM to the VM system after the - * vm system is init'd. - */ - -#define VM_PHYSSEG_NOADD - -/* - * we support 2 free lists: - * - * - DEFAULT for all systems - * - ISADMA for the ISA DMA range on Sharks only - */ -#endif /* _KERNEL */ - -#define VM_NFREELIST 2 -#define VM_FREELIST_DEFAULT 0 -#define VM_FREELIST_ISADMA 1 - - -#endif /* _ARM32_VMPARAM_H_ */ |