summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/autoconf.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-01-07 23:36:38 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-01-07 23:36:38 +0000
commit1a190ef5412cf740c35f6e234ede308c9745b639 (patch)
tree73ba393da5a081446a8d47c9e1e21b4684bda58e /sys/arch/sun3/include/autoconf.h
parent5e87748eb0e9353770bea311de7b4d88a3fe8cdd (diff)
backed out prev. netbsd merge except for smaller proc table
Diffstat (limited to 'sys/arch/sun3/include/autoconf.h')
-rw-r--r--sys/arch/sun3/include/autoconf.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/arch/sun3/include/autoconf.h b/sys/arch/sun3/include/autoconf.h
index aecad6ea546..e1322fc8f12 100644
--- a/sys/arch/sun3/include/autoconf.h
+++ b/sys/arch/sun3/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.h,v 1.13 1996/12/17 21:11:01 gwr Exp $ */
+/* $NetBSD: autoconf.h,v 1.12 1996/11/20 18:57:05 gwr Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,6 @@
/*
* Autoconfiguration information.
- * (machdep parts of driver/kernel interface)
*/
/* These are the "bus" types: */
@@ -67,16 +66,3 @@ int bus_print __P((void *, const char *));
int bus_peek __P((int, int, int));
char * bus_mapin __P((int, int, int));
-/* These are how drivers connect interrupt handlers. */
-typedef int (*isr_func_t) __P((void *));
-void isr_add_autovect __P((isr_func_t, void *arg, int level));
-void isr_add_vectored __P((isr_func_t, void *arg, int pri, int vec));
-void isr_add_custom __P((int, void *));
-
-/* These control the software interrupt register. */
-void isr_soft_request __P((int level));
-void isr_soft_clear __P((int level));
-
-/* Bus-error tolerant access to mapped address. */
-int peek_byte __P((caddr_t));
-int peek_word __P((caddr_t));