summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-11-08 16:47:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-11-08 16:47:01 +0000
commit8e524ce584ae912c792c4ceaa25dcc09ea093461 (patch)
tree1430dba97c30fa373314668728d53c226402cb20 /sys/arch
parent3b90a89f7f9c871872e0b1d51e3771c0281267c6 (diff)
Remove mvme88k leftovers.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/luna88k/include/autoconf.h30
1 files changed, 3 insertions, 27 deletions
diff --git a/sys/arch/luna88k/include/autoconf.h b/sys/arch/luna88k/include/autoconf.h
index 1050fce29be..c2a1af52b77 100644
--- a/sys/arch/luna88k/include/autoconf.h
+++ b/sys/arch/luna88k/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.3 2004/08/10 17:07:20 aoyama Exp $ */
+/* $OpenBSD: autoconf.h,v 1.4 2004/11/08 16:47:00 miod Exp $ */
/*
* Copyright (c) 1999, Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -34,29 +34,8 @@
* Autoconfiguration information.
*/
-#ifndef _MVME88K_AUTOCONF_H_
-#define _MVME88K_AUTOCONF_H_
-
-struct confargs {
- int ca_bustype;
- void *ca_vaddr;
- void *ca_paddr;
- int ca_offset;
- int ca_len;
- int ca_ipl;
- int ca_vec;
- char *ca_name;
- void *ca_master; /* points to bus-dependent data */
-};
-
-#define BUS_MAIN 0
-#define BUS_MC 1
-#define BUS_PCC 2
-#define BUS_PCCTWO 3
-#define BUS_VMES 4
-#define BUS_VMEL 5
-#define BUS_SYSCON 6
-#define BUS_BUSSWITCH 7
+#ifndef _LUNA88K_AUTOCONF_H_
+#define _LUNA88K_AUTOCONF_H_
/* the following are from the prom/bootblocks */
extern void *bootaddr; /* PA of boot device */
@@ -64,9 +43,6 @@ extern int bootpart; /* boot partition (disk) */
extern struct device *bootdv; /* boot device */
-void *mapiodev(void *pa, int size);
-void unmapiodev(void *kva, int size);
-
/* taken from NetBSD/luna68k */
struct mainbus_attach_args {