summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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