freebsd-dev/sys/dev/xe
Warner Losh 8eed5fe88e 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.
2005-07-13 14:57:36 +00:00
..
if_xe_pccard.c Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe 2005-07-13 14:57:36 +00:00
if_xe.c Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe 2005-07-13 14:57:36 +00:00
if_xereg.h
if_xevar.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00