diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-04-17 23:01:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-04-17 23:01:53 +0000 |
| commit | 487e50ecdbbfbb4a8a2f0cafc6ebf64106c9608c (patch) | |
| tree | 25f8e4d8921a5caeb317f298bf5b07266935f7a1 /sys | |
| parent | 03a97e8da7c137a2a7a44b5ab123c0267858d15a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/isa/isa_compat.h | 5 | ||||
| -rw-r--r-- | sys/pc98/pc98/isa_compat.h | 5 |
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 |
