1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
This commit is contained in:
MIHIRA Sanpei Yoshiro 2003-04-04 14:40:01 +00:00
parent 6d3bd9530d
commit e21115ab06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113078

View File

@ -325,7 +325,7 @@ pccard_do_product_lookup(device_t bus, device_t dev,
(const struct pccard_product *) ((const char *) ent + ent_size)) {
matches = 1;
if (ent->pp_vendor == PCCARD_VENDOR_ANY &&
ent->pp_product == PCCARD_VENDOR_ANY &&
ent->pp_product == PCCARD_PRODUCT_ANY &&
ent->pp_cis[0] == NULL &&
ent->pp_cis[1] == NULL) {
device_printf(dev,