cvs commit: src/sys/dev/xe if_xe.c if_xe_pccard.c
Warner Losh
imp at FreeBSD.org
Wed Jul 13 14:57:36 GMT 2005
imp 2005-07-13 14:57:36 UTC
FreeBSD src repository
Modified files:
sys/dev/xe if_xe.c if_xe_pccard.c
Log:
Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe
and combine the old xe_pccard_{probe,attach} into one routine _attach.
Create a lookup function to lookup items in the table. Eliminate the
check for network cards, since many modems were eliminated by it.
Tweak a few printfs as well.
This gets many of my older cards working again CEM2, CEM28, CEM36,
etc.
Revision Changes Path
1.56 +4 -9 src/sys/dev/xe/if_xe.c
1.27 +57 -91 src/sys/dev/xe/if_xe_pccard.c
More information about the cvs-src
mailing list