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:
rsm 2004-04-11 16:34:29 +00:00
parent 64b26340c2
commit 8c727ff7fc

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);
}