[libata] sata_promise: comment out duplicate PCI ID
This is just the for-RC fix. A 'TODO' command is added, describing what's needed for the more-complete fix.
This commit is contained in:
@@ -269,8 +269,15 @@ static const struct pci_device_id pdc_ata_pci_tbl[] = {
|
|||||||
{ PCI_VENDOR_ID_PROMISE, 0x6629, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
{ PCI_VENDOR_ID_PROMISE, 0x6629, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||||
board_20619 },
|
board_20619 },
|
||||||
|
|
||||||
|
/* TODO: remove all associated board_20771 code, as it completely
|
||||||
|
* duplicates board_2037x code, unless reason for separation can be
|
||||||
|
* divined.
|
||||||
|
*/
|
||||||
|
#if 0
|
||||||
{ PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
{ PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||||
board_20771 },
|
board_20771 },
|
||||||
|
#endif
|
||||||
|
|
||||||
{ } /* terminate list */
|
{ } /* terminate list */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user