mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add PCIC_TI4410
(patch probably from imp@, can't remember figuring this out myself.)
This commit is contained in:
parent
874ba4513a
commit
9d1efefd21
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85978
@ -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 New Issue
Block a user