summaryrefslogtreecommitdiffstats
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
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]
-rw-r--r--sys/pccard/pcic_pci.c3
-rw-r--r--sys/pccard/pcic_pci.h1
2 files changed, 4 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;
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index 39f6e41..587267c 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.h
@@ -51,6 +51,7 @@
#define PCI_DEVICE_ID_PCIC_TI1451 0xac52104cul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a1179ul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
+#define PCI_DEVICE_ID_TOSHIBA_TOPIC100 0x06171179ul
#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul
#define PCI_DEVICE_ID_RICOH_RL5C466 0x04661180ul
#define PCI_DEVICE_ID_RICOH_RL5C475 0x04751180ul
OpenPOWER on IntegriCloud