From 987e083f00337d507f142a6cd79653fa2bdec0cd Mon Sep 17 00:00:00 2001 From: eivind Date: Sun, 28 Nov 1999 13:37:35 +0000 Subject: Add the PCI id for the TI PCI-1251B PCI-CardBus bridge. Submitted by: Martin Blapp --- sys/pccard/pcic_pci.c | 2 ++ sys/pccard/pcic_pci.h | 1 + sys/pci/pcic_p.c | 2 ++ sys/pci/pcic_p.h | 1 + 4 files changed, 6 insertions(+) (limited to 'sys') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 4a1d2be..443c772 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -78,6 +78,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type) return ("TI PCI-1250 PCI-CardBus Bridge"); case PCI_DEVICE_ID_PCIC_TI1251: return ("TI PCI-1251 PCI-CardBus Bridge"); + case PCI_DEVICE_ID_PCIC_TI1251B: + return ("TI PCI-1251B 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 bd8e06c..39c9260 100644 --- a/sys/pccard/pcic_pci.h +++ b/sys/pccard/pcic_pci.h @@ -40,6 +40,7 @@ #define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul #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_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 4a1d2be..443c772 100644 --- a/sys/pci/pcic_p.c +++ b/sys/pci/pcic_p.c @@ -78,6 +78,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type) return ("TI PCI-1250 PCI-CardBus Bridge"); case PCI_DEVICE_ID_PCIC_TI1251: return ("TI PCI-1251 PCI-CardBus Bridge"); + case PCI_DEVICE_ID_PCIC_TI1251B: + return ("TI PCI-1251B 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 bd8e06c..39c9260 100644 --- a/sys/pci/pcic_p.h +++ b/sys/pci/pcic_p.h @@ -40,6 +40,7 @@ #define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul #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_TOSHIBA_TOPIC95 0x060a1179ul #define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul #define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul -- cgit v1.1