diff options
author | peter <peter@FreeBSD.org> | 1999-06-03 20:41:00 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-06-03 20:41:00 +0000 |
commit | 078a9624dd10070fd7bff4ac6d979bdee7c5da68 (patch) | |
tree | 6ddda47fcfa7dcb141efc89780205bcad2f12a43 /sys/amd64/isa | |
parent | 94fe46b22a63c4c8fa3bda98dc52f44ab4ca237b (diff) | |
download | FreeBSD-src-078a9624dd10070fd7bff4ac6d979bdee7c5da68.zip FreeBSD-src-078a9624dd10070fd7bff4ac6d979bdee7c5da68.tar.gz |
remove references to isa_device, it's no longer associated with interrupts.
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r-- | sys/amd64/isa/intr_machdep.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h index 1d49d1d..675714d 100644 --- a/sys/amd64/isa/intr_machdep.h +++ b/sys/amd64/isa/intr_machdep.h @@ -30,8 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: intr_machdep.h,v 1.13 1998/06/18 15:32:06 bde Exp $ + * $Id: intr_machdep.h,v 1.14 1999/04/21 07:26:27 peter Exp $ */ #ifndef _I386_ISA_INTR_MACHDEP_H_ @@ -187,15 +186,12 @@ inthand_t #endif /** TEST_TEST1 */ #endif /* SMP || APIC_IO */ -struct isa_device; - void isa_defaultirq __P((void)); int isa_nmi __P((int cd)); int icu_setup __P((int intr, inthand2_t *func, void *arg, u_int *maskptr, int flags)); int icu_unset __P((int intr, inthand2_t *handler)); int update_intr_masks __P((void)); -void register_imask __P((struct isa_device *dvp, u_int mask)); intrmask_t splq __P((intrmask_t mask)); |