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:
Hellmuth Michaelis 1999-12-15 12:54:11 +00:00
parent 73f612b50d
commit c8bed05963
1 changed files with 0 additions and 5 deletions

View File

@ -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