summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-23 04:37:00 +0000
committerimp <imp@FreeBSD.org>2001-05-23 04:37:00 +0000
commitf5bcf454fa146dde495f120baa099f28344be2ba (patch)
tree4d52a5e84877e42d3371b4d04552d1d7642b569f /sys/pccard/pcic_pci.c
parent7943a92c34d4382bfc6d17d8564831e4f4310d62 (diff)
downloadFreeBSD-src-f5bcf454fa146dde495f120baa099f28344be2ba.zip
FreeBSD-src-f5bcf454fa146dde495f120baa099f28344be2ba.tar.gz
Add recognition for Toshiba ToPIC-100.
Submitted by: Shimodaira Toshio <tshimod1@ym.nsw.co.jp> in [bsd-nomads:15589]
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 0162780..9c8afb7 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -273,6 +273,9 @@ pcic_pci_probe(device_t dev)
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
desc = "Toshiba ToPIC97 PCI-CardBus Bridge";
break;
+ case PCI_DEVICE_ID_TOSHIBA_TOPIC100:
+ desc = "Toshiba ToPIC100 PCI-CardBus Bridge";
+ break;
case PCI_DEVICE_ID_RICOH_RL5C465:
desc = "Ricoh RL5C465 PCI-CardBus Bridge";
break;
OpenPOWER on IntegriCloud