- 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:
Matthew N. Dodd 1999-10-16 06:26:44 +00:00
parent 3bae6d51b0
commit 9f69cadf84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52286
3 changed files with 1472 additions and 1000 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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