diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-11 12:02:08 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-11 12:02:08 +0000 |
commit | 49bc2f4b3a9159404826f143e5485cf3905ee94d (patch) | |
tree | 96244262c0c7c63fdc07247c1d0c0a3b0fd7c4e3 /sys/dev/isa/i82365_isavar.h | |
parent | be54781fcd88e2217974698f2bbf7ab7fe46c767 (diff) |
New pcmcia irq prober that really tries to ensure the irq will work
Diffstat (limited to 'sys/dev/isa/i82365_isavar.h')
-rw-r--r-- | sys/dev/isa/i82365_isavar.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/isa/i82365_isavar.h b/sys/dev/isa/i82365_isavar.h index aadca7a8d51..ef94d6a6fb0 100644 --- a/sys/dev/isa/i82365_isavar.h +++ b/sys/dev/isa/i82365_isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365_isavar.h,v 1.2 1998/12/27 00:27:19 deraadt Exp $ */ +/* $OpenBSD: i82365_isavar.h,v 1.3 1999/08/11 12:02:07 niklas Exp $ */ /* $NetBSD: i82365_isavar.h,v 1.1 1998/06/07 18:28:31 sommerfe Exp $ */ /* @@ -46,6 +46,8 @@ void pcic_isa_chip_intr_disestablish __P((pcmcia_chipset_handle_t, void *)); * Figure out how wide the ISA bus is... */ -void pcic_isa_bus_width_probe __P((struct pcic_softc *, bus_space_tag_t, - bus_space_handle_t, bus_addr_t, u_int32_t)); +void pcic_isa_bus_width_probe __P((struct pcic_softc *, bus_space_tag_t, + bus_space_handle_t, bus_addr_t, u_int32_t)); +int pcic_intr_probe __P((void *)); +int pcic_intr_find __P((struct pcic_softc *, int)); |