summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1994-01-04 20:06:30 +0000
committernate <nate@FreeBSD.org>1994-01-04 20:06:30 +0000
commita3362b672622a870ffde8d32d4e6afa106dc1796 (patch)
tree8b16d14614433de34c1ac687dac75ddb7e74f206 /sys/i386/isa/isa_device.h
parent69c2227b715d6879789bd1e1c45fdc203102c18d (diff)
downloadFreeBSD-src-a3362b672622a870ffde8d32d4e6afa106dc1796.zip
FreeBSD-src-a3362b672622a870ffde8d32d4e6afa106dc1796.tar.gz
Temporary hack to allow multiple controller support until Rod gets more
time to do it the 'Right Way'.
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index f119df4..16fac9a 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.3 1993/11/07 17:44:32 wollman Exp $
+ * $Id: isa_device.h,v 1.4 1993/12/19 00:50:42 wollman Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -72,7 +72,7 @@ struct isa_driver {
};
extern struct isa_device isa_devtab_bio[], isa_devtab_tty[], isa_devtab_net[],
- isa_devtab_null[];
+ isa_devtab_null[], isa_biotab_wdc[], isa_biotab_fdc[];
extern struct isa_device *find_isadev(/* table, driver, unit*/);
OpenPOWER on IntegriCloud