[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.

+7
+7
drivers/scsi/sata_promise.c
··· 269 269 { PCI_VENDOR_ID_PROMISE, 0x6629, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 270 270 board_20619 }, 271 271 272 + /* TODO: remove all associated board_20771 code, as it completely 273 + * duplicates board_2037x code, unless reason for separation can be 274 + * divined. 275 + */ 276 + #if 0 272 277 { PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 273 278 board_20771 }, 279 + #endif 280 + 274 281 { } /* terminate list */ 275 282 }; 276 283