Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I had

this for a while, and don't know how it didn't make it into the tree.
This commit is contained in:
Warner Losh 2001-08-30 22:48:47 +00:00
parent d33a962d07
commit f99a696093

View File

@ -154,6 +154,9 @@ struct pcic_pci_table
{ PCI_DEVICE_ID_PCIC_TI1131,
"TI PCI-1131 PCI-CardBus Bridge",
PCIC_I82365SL_DF, PCIC_DF_POWER, pcic_pci_ti_init },
{ PCI_DEVICE_ID_PCIC_TI1210,
"TI PCI-1210 PCI-CardBus Bridge",
PCIC_I82365SL_DF, PCIC_DF_POWER, pcic_pci_ti_init },
{ PCI_DEVICE_ID_PCIC_TI1211,
"TI PCI-1211 PCI-CardBus Bridge",
PCIC_I82365SL_DF, PCIC_DF_POWER, pcic_pci_ti_init },
@ -187,6 +190,12 @@ struct pcic_pci_table
{ PCI_DEVICE_ID_PCIC_TI1451,
"TI PCI-1451 PCI-CardBus Bridge",
PCIC_I82365SL_DF, PCIC_DF_POWER, pcic_pci_ti_init },
{ PCI_DEVICE_ID_PCIC_TI4410,
"TI PCI-4410 PCI-CardBus Bridge",
PCIC_I82365SL_DF, PCIC_DF_POWER, pcic_pci_ti_init },
{ PCI_DEVICE_ID_PCIC_TI4450,
"TI PCI-4450 PCI-CardBus Bridge",
PCIC_I82365SL_DF, PCIC_DF_POWER, pcic_pci_ti_init },
{ PCI_DEVICE_ID_PCIC_TI4451,
"TI PCI-4451 PCI-CardBus Bridge",
PCIC_I82365SL_DF, PCIC_DF_POWER, pcic_pci_ti_init },