summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-03 01:04:39 +0000
committerimp <imp@FreeBSD.org>2002-03-03 01:04:39 +0000
commitc0f6c85d195883f498b789cda36005bd462072af (patch)
tree641ccd0c63f9ba9f560dc723d35d6283a6061c11 /sys/pccard/pcic_pci.c
parent8bb481c9d82b5a4603eb82df265c1dbcc81d1177 (diff)
downloadFreeBSD-src-c0f6c85d195883f498b789cda36005bd462072af.zip
FreeBSD-src-c0f6c85d195883f498b789cda36005bd462072af.tar.gz
Get the generic name right
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 1 insertions, 1 deletions
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);
}
OpenPOWER on IntegriCloud