summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-03-30 18:47:00 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-03-30 18:47:00 +0000
commitcbdf327160c5f9ba8f2b047a4cf99b64688dbc7a (patch)
tree24ad84afad324a0e3d2cb8d131993fcdb8d97369 /sys/pccard/pcic_pci.c
parent23dc84512d874d237c98d3eea2f04e40062eb266 (diff)
downloadFreeBSD-src-cbdf327160c5f9ba8f2b047a4cf99b64688dbc7a.zip
FreeBSD-src-cbdf327160c5f9ba8f2b047a4cf99b64688dbc7a.tar.gz
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 <sibagaki@lsi.melco.co.jp> Obtained from: bsd-nomads ML in Japan
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 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";
OpenPOWER on IntegriCloud