aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-04-07 11:32:42 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-04-07 11:32:42 +0000
commit4b00895121d29c4c300d11056495d18b5dd0948b (patch)
treeb5eb2b90093eb9c060c89bf2fea144849a43a01b /sys/pc98
parent833d4d91bc84d9edaa234f723630215c4c57ab26 (diff)
downloadsrc-4b00895121d29c4c300d11056495d18b5dd0948b.tar.gz
src-4b00895121d29c4c300d11056495d18b5dd0948b.zip
Newbusify adv driver.
Reviewed by: imp
Notes
Notes: svn path=/head/; revision=59082
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/isa_compat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h
index fb8116c10cd7..4c4656cd423a 100644
--- a/sys/pc98/pc98/isa_compat.h
+++ b/sys/pc98/pc98/isa_compat.h
@@ -27,7 +27,6 @@
*/
#include "vt.h"
-#include "adv.h"
#include "wdc.h"
#include "ar.h"
#include "cx.h"
@@ -85,7 +84,6 @@ struct old_isa_driver {
};
extern struct isa_driver vtdriver;
-extern struct isa_driver advdriver;
extern struct isa_driver wdcdriver;
extern struct isa_driver ardriver;
extern struct isa_driver cxdriver;
@@ -248,12 +246,6 @@ static struct old_isa_driver old_drivers[] = {
/* CAM */
-#ifndef PC98
-#if NADV > 0
- { INTR_TYPE_CAM, &advdriver },
-#endif
-#endif
-
#ifdef PC98
#if NBS > 0
{ INTR_TYPE_CAM, &bsdriver },