mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Get the generic name right
This commit is contained in:
parent
5714577006
commit
d26fb41443
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91571
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user