From c0f6c85d195883f498b789cda36005bd462072af Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 3 Mar 2002 01:04:39 +0000 Subject: Get the generic name right --- sys/pccard/pcic_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index e04a499..ceca9e2 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -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); } -- cgit v1.1