It seems I forgot to remove the bits from isa_compat.h.
Note to self; when converting a driver to newbus, the foodriver bits must be removed from sys/i386/isa/isa_compat.h Reminded gently by: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
This commit is contained in:
parent
ad940a43b0
commit
d4e95b7b2f
@ -34,8 +34,6 @@
|
||||
#include "cs.h"
|
||||
#include "cx.h"
|
||||
#include "el.h"
|
||||
#include "ep.h"
|
||||
#include "ex.h"
|
||||
#include "fe.h"
|
||||
#include "ie.h"
|
||||
#include "le.h"
|
||||
@ -101,7 +99,6 @@ extern struct isa_driver ardriver;
|
||||
extern struct isa_driver csdriver;
|
||||
extern struct isa_driver cxdriver;
|
||||
extern struct isa_driver eldriver;
|
||||
extern struct isa_driver epdriver;
|
||||
extern struct isa_driver fedriver;
|
||||
extern struct isa_driver iedriver;
|
||||
extern struct isa_driver ledriver;
|
||||
@ -250,9 +247,6 @@ static struct old_isa_driver old_drivers[] = {
|
||||
#if NIE > 0
|
||||
{ INTR_TYPE_NET, &iedriver },
|
||||
#endif
|
||||
#if NEP > 0
|
||||
{ INTR_TYPE_NET, &epdriver },
|
||||
#endif
|
||||
#if NLE > 0
|
||||
{ INTR_TYPE_NET, &ledriver },
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user