summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-09-03 08:20:52 +0000
committerimp <imp@FreeBSD.org>2001-09-03 08:20:52 +0000
commitc333e22830171a2cd745270e3f08b63c1120c16c (patch)
tree3706febdd6fb30a4f7234b0b255e178aa31b3c9d /sys/pccard
parent1752fcc466c47cfaf78b492320d55cd221f3c09d (diff)
downloadFreeBSD-src-c333e22830171a2cd745270e3f08b63c1120c16c.zip
FreeBSD-src-c333e22830171a2cd745270e3f08b63c1120c16c.tar.gz
Add recognition for ToPIC95B
Diffstat (limited to 'sys/pccard')
-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 d1c8aa4..205e726 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 },
OpenPOWER on IntegriCloud