summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_compat.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-18 15:50:35 +0000
committerpeter <peter@FreeBSD.org>1999-04-18 15:50:35 +0000
commitd31d6be6f69b97664f49ea66dc3e371f78b96da7 (patch)
tree1e02bc4ef3b26a4288796ff2f42370aa037dfed9 /sys/i386/isa/isa_compat.h
parentdfb16d4177a39907c05c263200214aca2caaa824 (diff)
downloadFreeBSD-src-d31d6be6f69b97664f49ea66dc3e371f78b96da7.zip
FreeBSD-src-d31d6be6f69b97664f49ea66dc3e371f78b96da7.tar.gz
Implement an EISA new-bus framework. The old driver probe mechanism
had a quirk that made a shim rather hard to implement properly and it was just easier to convert the drivers in one go. The changes to the buslogic driver go beyond just this - the whole driver was new-bus'ed including pci and isa. I have only tested the EISA part of this so far. Submitted by: Doug Rabson <dfr@nlsystems.com>
Diffstat (limited to 'sys/i386/isa/isa_compat.h')
-rw-r--r--sys/i386/isa/isa_compat.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index ff43ca0..96a4b7d 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -23,11 +23,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: isa_compat.h,v 1.1 1999/04/16 21:22:23 peter Exp $
+ * $Id: isa_compat.h,v 1.2 1999/04/17 19:38:38 peter Exp $
*/
#include "vt.h"
-#include "bt.h"
#include "adv.h"
#include "aha.h"
#include "wdc.h"
@@ -96,7 +95,6 @@ struct old_isa_driver {
};
extern struct isa_driver vtdriver;
-extern struct isa_driver btdriver;
extern struct isa_driver advdriver;
extern struct isa_driver ahadriver;
extern struct isa_driver wdcdriver;
@@ -308,9 +306,6 @@ static struct old_isa_driver old_drivers[] = {
/* CAM */
-#if NBT > 0
- { DRIVER_TYPE_CAM, &btdriver },
-#endif
#if NADV > 0
{ DRIVER_TYPE_CAM, &advdriver },
#endif
OpenPOWER on IntegriCloud