Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.
Reviewed by: jhb@
This commit is contained in:
parent
db494010a3
commit
a3f223e26a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183558
@ -252,7 +252,7 @@ cbb_pci_probe(device_t brdev)
|
||||
if (baseclass == PCIC_BRIDGE &&
|
||||
subclass == PCIS_BRIDGE_CARDBUS && progif == 0) {
|
||||
device_set_desc(brdev, "PCI-CardBus Bridge");
|
||||
return (BUS_PROBE_DEFAULT);
|
||||
return (BUS_PROBE_GENERIC);
|
||||
}
|
||||
return (ENXIO);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user