mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Synced with sys/i386/isa/isa_compat.h rev 1.25.
This commit is contained in:
parent
95adcda0f9
commit
ca4aa7abe0
1 changed files with 0 additions and 5 deletions
|
|
@ -72,7 +72,6 @@
|
|||
#include "rc.h"
|
||||
#include "rp.h"
|
||||
#include "tw.h"
|
||||
#include "si.h"
|
||||
#include "asc.h"
|
||||
#include "stl.h"
|
||||
#include "stli.h"
|
||||
|
|
@ -134,7 +133,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;
|
||||
|
|
@ -199,9 +197,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 a new issue