aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-09-03 08:20:52 +0000
committerWarner Losh <imp@FreeBSD.org>2001-09-03 08:20:52 +0000
commit5d98f538d8f1a7ef7b9a811e0e37bb84233bf77c (patch)
tree3706febdd6fb30a4f7234b0b255e178aa31b3c9d /sys
parent05a806502ba63bb081b79d1e157a2556115f62d4 (diff)
downloadsrc-5d98f538d8f1a7ef7b9a811e0e37bb84233bf77c.tar.gz
src-5d98f538d8f1a7ef7b9a811e0e37bb84233bf77c.zip
Add recognition for ToPIC95B
Notes
Notes: svn path=/head/; revision=82858
Diffstat (limited to 'sys')
-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 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 },