diff options
author | peter <peter@FreeBSD.org> | 1999-05-08 18:11:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-05-08 18:11:04 +0000 |
commit | a2b30b96f8b6717d9a7fa60ae7bb01cf3c23c2a9 (patch) | |
tree | fe027146c8ad85d2ad18ee5c8de005efcbbfde53 /sys/isa/isavar.h | |
parent | b5681f7e400317c017e40415028c3d6910a228d3 (diff) | |
download | FreeBSD-src-a2b30b96f8b6717d9a7fa60ae7bb01cf3c23c2a9.zip FreeBSD-src-a2b30b96f8b6717d9a7fa60ae7bb01cf3c23c2a9.tar.gz |
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.
Diffstat (limited to 'sys/isa/isavar.h')
-rw-r--r-- | sys/isa/isavar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h index f1eb25c..dd50a60 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 |