diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-11-28 13:37:35 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-11-28 13:37:35 +0000 |
| commit | e9f0f7d4ad20b63a71c86ad9c730b2ddbd20d175 (patch) | |
| tree | 62a3faf1dd87c3da0ccbafe8cf3594500fbb0883 /sys | |
| parent | 37929912033866b5e143f6b6d86754a79bc4866f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pccard/pcic_pci.c | 2 | ||||
| -rw-r--r-- | sys/pccard/pcic_pci.h | 1 | ||||
| -rw-r--r-- | sys/pci/pcic_p.c | 2 | ||||
| -rw-r--r-- | sys/pci/pcic_p.h | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 4a1d2be859dc..443c7720d6dd 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 bd8e06c79e45..39c92607bf68 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 4a1d2be859dc..443c7720d6dd 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 bd8e06c79e45..39c92607bf68 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 |
