Get the generic name right

This commit is contained in:
Warner Losh 2002-03-03 01:04:39 +00:00
parent 5714577006
commit d26fb41443
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91571

View file

@ -1015,7 +1015,7 @@ pcic_pci_probe(device_t dev)
if (subclass == PCIS_BRIDGE_PCMCIA && progif == 0)
desc = "Generic PCI-PCMCIA Bridge";
if (subclass == PCIS_BRIDGE_CARDBUS && progif == 0)
desc = "YENTA PCI-CARDBUS Bridge";
desc = "YENTA PCI-CardBus Bridge";
if (bootverbose && desc)
printf("Found unknown %s devid 0x%x\n", desc, device_id);
}