hm committed newbused vt driver this weekend, so it is no longer needed

in isa_compat.

LINT now builds again.
This commit is contained in:
Warner Losh 2000-04-17 23:01:53 +00:00
parent 03a97e8da7
commit 487e50ecdb
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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