Add PCIC_TI4410

(patch probably from imp@, can't remember figuring this out myself.)
This commit is contained in:
Poul-Henning Kamp 2001-11-03 16:45:31 +00:00
parent 874ba4513a
commit 9d1efefd21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85978

View File

@ -146,6 +146,8 @@ struct yenta_chipinfo {
PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32},
{PCI_DEVICE_ID_PCIC_TI1451, "TI1451 PCI-CardBus Bridge", CB_TI12XX,
PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32},
{PCI_DEVICE_ID_PCIC_TI4410, "TI4410 PCI-CardBus Bridge", CB_TI12XX,
PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32},
{PCI_DEVICE_ID_PCIC_TI4451, "TI4451 PCI-CardBus Bridge", CB_TI12XX,
PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32},