diff options
author | imp <imp@FreeBSD.org> | 2002-03-03 01:04:39 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-03 01:04:39 +0000 |
commit | c0f6c85d195883f498b789cda36005bd462072af (patch) | |
tree | 641ccd0c63f9ba9f560dc723d35d6283a6061c11 /sys/pccard | |
parent | 8bb481c9d82b5a4603eb82df265c1dbcc81d1177 (diff) | |
download | FreeBSD-src-c0f6c85d195883f498b789cda36005bd462072af.zip FreeBSD-src-c0f6c85d195883f498b789cda36005bd462072af.tar.gz |
Get the generic name right
Diffstat (limited to 'sys/pccard')
-rw-r--r-- | sys/pccard/pcic_pci.c | 2 |
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); } |