From cbdf327160c5f9ba8f2b047a4cf99b64688dbc7a Mon Sep 17 00:00:00 2001 From: iwasaki Date: Thu, 30 Mar 2000 18:47:00 +0000 Subject: Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge. This don't hurt anything. PCI/CardBus Bridge -> PCI-CardBus Bridge Submitted by: Takeshi Shibagaki Obtained from: bsd-nomads ML in Japan --- sys/pccard/pcic_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pccard/pcic_pci.c') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 63ddd89..e44136c 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -229,7 +229,7 @@ pcic_pci_probe(device_t dev) switch (device_id) { case PCI_DEVICE_ID_PCIC_CLPD6832: - desc = "Cirrus Logic PD6832 PCI/CardBus Bridge"; + desc = "Cirrus Logic PD6832 PCI-CardBus Bridge"; break; case PCI_DEVICE_ID_PCIC_TI1130: desc = "TI PCI-1130 PCI-CardBus Bridge"; -- cgit v1.1