mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
- `Newbus'ified the mse driver.
This commit is contained in:
parent
8c219e162a
commit
02572fd86e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58233
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user