diff options
Diffstat (limited to 'sys/pccard')
-rw-r--r-- | sys/pccard/pcic_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index d1c8aa49268a..205e7268f5af 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -202,6 +202,9 @@ struct pcic_pci_table { PCI_DEVICE_ID_TOSHIBA_TOPIC95, "Toshiba ToPIC95 PCI-CardBus Bridge", PCIC_I82365, PCIC_AB_POWER, pcic_pci_topic_init }, + { PCI_DEVICE_ID_TOSHIBA_TOPIC95B, + "Toshiba ToPIC95B PCI-CardBus Bridge", + PCIC_I82365, PCIC_AB_POWER, pcic_pci_topic_init }, { PCI_DEVICE_ID_TOSHIBA_TOPIC97, "Toshiba ToPIC97 PCI-CardBus Bridge", PCIC_I82365, PCIC_AB_POWER, pcic_pci_topic_init }, |