- Convert this driver to newbus.
- Generally clean things up. - PnP now supported. Will convert to bus_space, ifmedia and add a DEVICE_IDENTIFY() method for autodetection. As it stands device ex0 at isa0 should find a card if one is present. I feel less dirty now.
This commit is contained in:
parent
3bae6d51b0
commit
9f69cadf84
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52286
1234
sys/dev/ex/if_ex.c
1234
sys/dev/ex/if_ex.c
File diff suppressed because it is too large
Load Diff
1234
sys/i386/isa/if_ex.c
1234
sys/i386/isa/if_ex.c
File diff suppressed because it is too large
Load Diff
@ -102,7 +102,6 @@ extern struct isa_driver csdriver;
|
||||
extern struct isa_driver cxdriver;
|
||||
extern struct isa_driver eldriver;
|
||||
extern struct isa_driver epdriver;
|
||||
extern struct isa_driver exdriver;
|
||||
extern struct isa_driver fedriver;
|
||||
extern struct isa_driver iedriver;
|
||||
extern struct isa_driver ledriver;
|
||||
@ -254,9 +253,6 @@ static struct old_isa_driver old_drivers[] = {
|
||||
#if NEP > 0
|
||||
{ INTR_TYPE_NET, &epdriver },
|
||||
#endif
|
||||
#if NEX > 0
|
||||
{ INTR_TYPE_NET, &exdriver },
|
||||
#endif
|
||||
#if NLE > 0
|
||||
{ INTR_TYPE_NET, &ledriver },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user