mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Remove isa compat shims for si.
This commit is contained in:
parent
623c24674d
commit
2c469a0672
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56508
@ -71,7 +71,6 @@
|
||||
#include "rc.h"
|
||||
#include "rp.h"
|
||||
#include "tw.h"
|
||||
#include "si.h"
|
||||
#include "asc.h"
|
||||
#include "stl.h"
|
||||
#include "stli.h"
|
||||
@ -129,7 +128,6 @@ extern struct isa_driver labpcdriver;
|
||||
extern struct isa_driver rcdriver;
|
||||
extern struct isa_driver rpdriver;
|
||||
extern struct isa_driver twdriver;
|
||||
extern struct isa_driver sidriver;
|
||||
extern struct isa_driver ascdriver;
|
||||
extern struct isa_driver stldriver;
|
||||
extern struct isa_driver stlidriver;
|
||||
@ -191,9 +189,6 @@ static struct old_isa_driver old_drivers[] = {
|
||||
#if NTW > 0
|
||||
{ INTR_TYPE_TTY, &twdriver },
|
||||
#endif
|
||||
#if NSI > 0
|
||||
{ INTR_TYPE_TTY, &sidriver },
|
||||
#endif
|
||||
#if NASC > 0
|
||||
{ INTR_TYPE_TTY, &ascdriver },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user