update to isdn4bsd beta release 0.90: since the isic drivers are now

new-busified, remove all isic traces from compatibility mode wrapper
Noticed by: Warner Losh
This commit is contained in:
Hellmuth Michaelis 1999-12-15 20:14:22 +00:00
parent 659c54f0bd
commit 0b994c2e87

View File

@ -79,7 +79,6 @@
#include "stli.h"
#include "loran.h"
#include "pcf.h"
#include "isic.h"
#include "tina.h"
#include "ppc.h"
#include "fla.h"
@ -145,7 +144,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;
#ifdef PC98
@ -279,9 +277,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