diff options
author | Francisco Javier <ffelix@sshinf.com> | 2005-05-25 19:29:37 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-05-25 19:29:37 -0400 |
commit | 4c3a53d4108367f639e5e0fe9366dfd7679c5514 (patch) | |
tree | 0dcafa1f300870aecff4ac45bda16879aa89e61d | |
parent | 525a099771d348a25d12ef9c47aa8680c7317e35 (diff) |
[PATCH] sata_promise: add PCI ID for FastTrak TX2200 2-ports
-rw-r--r-- | drivers/scsi/sata_promise.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/sata_promise.c b/drivers/scsi/sata_promise.c index 19a13e3590f4..c4e9e0298122 100644 --- a/drivers/scsi/sata_promise.c +++ b/drivers/scsi/sata_promise.c @@ -151,6 +151,8 @@ static struct ata_port_info pdc_port_info[] = { static struct pci_device_id pdc_ata_pci_tbl[] = { { PCI_VENDOR_ID_PROMISE, 0x3371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_2037x }, + { PCI_VENDOR_ID_PROMISE, 0x3571, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_2037x }, { PCI_VENDOR_ID_PROMISE, 0x3373, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_2037x }, { PCI_VENDOR_ID_PROMISE, 0x3375, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |