From 929f6b0a1137c712d0aaa481d7cedd2ea502e712 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 8 May 1999 18:11:04 +0000 Subject: [PATCH] Slightly increase the visibility of the isa_wrap_old_drivers() stuff. It would be a shame to pollute the new isa.c with the isa_device.h defs. --- sys/isa/isavar.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h index f1eb25c80e0..dd50a6009ab 100644 --- a/sys/isa/isavar.h +++ b/sys/isa/isavar.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isavar.h,v 1.3 1999/04/16 21:22:34 peter Exp $ + * $Id: isavar.h,v 1.4 1999/04/21 07:26:28 peter Exp $ */ #define ISA_NPORT_IVARS 2 @@ -55,6 +55,9 @@ enum isa_device_ivars { extern intrmask_t isa_irq_pending(void); extern intrmask_t isa_irq_mask(void); +#ifdef __i386__ +extern void isa_wrap_old_drivers(void); +#endif /* * Simplified accessors for isa devices