- `Newbus'ified the mse driver.

This commit is contained in:
Kazutaka YOKOTA 2000-03-18 15:43:13 +00:00
parent 8c219e162a
commit 02572fd86e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58233

View File

@ -28,7 +28,6 @@
#include "vt.h"
#include "adv.h"
#include "mse.h"
#include "ar.h"
#include "cs.h"
#include "cx.h"
@ -83,7 +82,6 @@ struct old_isa_driver {
extern struct isa_driver vtdriver;
extern struct isa_driver advdriver;
extern struct isa_driver msedriver;
extern struct isa_driver ardriver;
extern struct isa_driver csdriver;
extern struct isa_driver cxdriver;
@ -152,9 +150,6 @@ static struct old_isa_driver old_drivers[] = {
#if NVT > 0
{ INTR_TYPE_TTY, &vtdriver },
#endif
#if NMSE > 0
{ INTR_TYPE_TTY, &msedriver },
#endif
#if NGP > 0
{ INTR_TYPE_TTY, &gpdriver },
#endif