update to isdn4bsd beta release 0.90: since the isic drivers are now
new-busified, remove all isic traces from compatibility mode wrapper
This commit is contained in:
parent
73f612b50d
commit
c8bed05963
@ -78,7 +78,6 @@
|
||||
#include "stli.h"
|
||||
#include "loran.h"
|
||||
#include "pcf.h"
|
||||
#include "isic.h"
|
||||
#include "tina.h"
|
||||
#include "ppc.h"
|
||||
#include "fla.h"
|
||||
@ -140,7 +139,6 @@ extern struct isa_driver stldriver;
|
||||
extern struct isa_driver stlidriver;
|
||||
extern struct isa_driver lorandriver;
|
||||
extern struct isa_driver pcfdriver;
|
||||
extern struct isa_driver isicdriver;
|
||||
extern struct isa_driver tinadriver;
|
||||
extern struct isa_driver ppcdriver;
|
||||
|
||||
@ -268,9 +266,6 @@ static struct old_isa_driver old_drivers[] = {
|
||||
#if NPCF > 0
|
||||
{ INTR_TYPE_NET, &pcfdriver },
|
||||
#endif
|
||||
#if NISIC > 0
|
||||
{ INTR_TYPE_NET, &isicdriver },
|
||||
#endif
|
||||
#if NTINA > 0
|
||||
{ INTR_TYPE_NET, &tinadriver },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user