diff options
author | 1997-01-07 23:36:03 +0000 | |
---|---|---|
committer | 1997-01-07 23:36:03 +0000 | |
commit | f74ef87d0cad5eaee4ffa45aa6604e703ce8248b (patch) | |
tree | 19d9f5dc65feb91abe6cfd0bfbbc53c2e10bd22b /sys/arch/sun3/include/autoconf.h | |
parent | some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path work (diff) | |
download | wireguard-openbsd-f74ef87d0cad5eaee4ffa45aa6604e703ce8248b.tar.xz wireguard-openbsd-f74ef87d0cad5eaee4ffa45aa6604e703ce8248b.zip |
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.h | 16 |
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)); |