summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-29 13:33:37 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-29 13:33:37 +0000
commitf88e599fcbad00bffadfbca318406b846009db80 (patch)
treec45dd2e50989fc78bbfe5c507c2655258245e675
parentbe01371dfaeb8d74016fda882b455f5a17d8f580 (diff)
Notes
-rw-r--r--sys/pccard/pcic_pci.c6
-rw-r--r--sys/pccard/pcic_pci.h3
-rw-r--r--sys/pci/pcic_p.c6
-rw-r--r--sys/pci/pcic_p.h3
4 files changed, 18 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 443c7720d6dd..8524fcaa3b2b 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -80,6 +80,12 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1251 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251B:
return ("TI PCI-1251B PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1410:
+ return ("TI PCI-1410 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1420:
+ return ("TI PCI-1420 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1451:
+ return ("TI PCI-1451 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index 39c92607bf68..f6178bc0756e 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.h
@@ -41,6 +41,9 @@
#define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul
#define PCI_DEVICE_ID_PCIC_TI1251 0xac1d104cul
#define PCI_DEVICE_ID_PCIC_TI1251B 0xac1f104cul
+#define PCI_DEVICE_ID_PCIC_TI1410 0xac50104cul
+#define PCI_DEVICE_ID_PCIC_TI1420 0xac51104cul
+#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_RICOH_RL5C465 0x04651180ul
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index 443c7720d6dd..8524fcaa3b2b 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -80,6 +80,12 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1251 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251B:
return ("TI PCI-1251B PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1410:
+ return ("TI PCI-1410 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1420:
+ return ("TI PCI-1420 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1451:
+ return ("TI PCI-1451 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index 39c92607bf68..f6178bc0756e 100644
--- a/sys/pci/pcic_p.h
+++ b/sys/pci/pcic_p.h
@@ -41,6 +41,9 @@
#define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul
#define PCI_DEVICE_ID_PCIC_TI1251 0xac1d104cul
#define PCI_DEVICE_ID_PCIC_TI1251B 0xac1f104cul
+#define PCI_DEVICE_ID_PCIC_TI1410 0xac50104cul
+#define PCI_DEVICE_ID_PCIC_TI1420 0xac51104cul
+#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_RICOH_RL5C465 0x04651180ul