mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add PCIC_TI4410
(patch probably from imp@, can't remember figuring this out myself.)
This commit is contained in:
parent
874ba4513a
commit
9d1efefd21
1 changed files with 2 additions and 0 deletions
|
|
@ -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},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue