summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/isa_compat.h5
-rw-r--r--sys/pc98/pc98/isa_compat.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index 140453501d63..32cf8440c278 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -26,7 +26,6 @@
* $FreeBSD$
*/
-#include "vt.h"
#include "ar.h"
#include "cx.h"
#include "el.h"
@@ -77,7 +76,6 @@ struct old_isa_driver {
struct isa_driver *driver;
};
-extern struct isa_driver vtdriver;
extern struct isa_driver ardriver;
extern struct isa_driver cxdriver;
extern struct isa_driver eldriver;
@@ -141,9 +139,6 @@ static struct old_isa_driver old_drivers[] = {
/* TTY */
-#if NVT > 0
- { INTR_TYPE_TTY, &vtdriver },
-#endif
#if NGP > 0
{ INTR_TYPE_TTY, &gpdriver },
#endif
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h
index c9bad9d5e39c..b6f039c2ae84 100644
--- a/sys/pc98/pc98/isa_compat.h
+++ b/sys/pc98/pc98/isa_compat.h
@@ -26,7 +26,6 @@
* $FreeBSD$
*/
-#include "vt.h"
#include "wdc.h"
#include "ar.h"
#include "cx.h"
@@ -84,7 +83,6 @@ struct old_isa_driver {
struct isa_driver *driver;
};
-extern struct isa_driver vtdriver;
extern struct isa_driver wdcdriver;
extern struct isa_driver ardriver;
extern struct isa_driver cxdriver;
@@ -155,9 +153,6 @@ static struct old_isa_driver old_drivers[] = {
/* TTY */
-#if NVT > 0
- { INTR_TYPE_TTY, &vtdriver },
-#endif
#if NGP > 0
{ INTR_TYPE_TTY, &gpdriver },
#endif