Stop xe claiming ownership of every card passed to xe_pccard_match.

Found by:	Pete Carss <itinerant at mac dot com>
Reviewed by:	imp (mentor)
Pointy hat to:	rsm
This commit is contained in:
Scott Mitchell 2004-04-11 16:34:29 +00:00
parent fa9336b832
commit c70d9b301f

View File

@ -408,7 +408,7 @@ xe_pccard_product_match(device_t dev, const struct pccard_product* ent, int vpfm
pccard_get_prodext(dev, &prodext);
if (xpp->prodext != prodext)
vpfmatch--;
vpfmatch = 0;
return (vpfmatch);
}