summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJeff Garzik2006-10-11 10:46:52 +0200
committerJeff Garzik2006-10-11 10:46:52 +0200
commita83068bbaca39197dca26287c16186baee615f0a (patch)
treeacfd71597821eceeee6b21b905d9a1b8cb91bcc0 /drivers
parent[PATCH] libata: return sense data in HDIO_DRIVE_CMD ioctl (diff)
downloadkernel-qcow2-linux-a83068bbaca39197dca26287c16186baee615f0a.tar.gz
kernel-qcow2-linux-a83068bbaca39197dca26287c16186baee615f0a.tar.xz
kernel-qcow2-linux-a83068bbaca39197dca26287c16186baee615f0a.zip
[libata] sata_promise: add PCI ID
Noticed by Steve Brown <sbrown25@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/sata_promise.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/sata_promise.c b/drivers/ata/sata_promise.c
index d636ede064aa..1eb0d63c17d5 100644
--- a/drivers/ata/sata_promise.c
+++ b/drivers/ata/sata_promise.c
@@ -260,6 +260,7 @@ static const struct pci_device_id pdc_ata_pci_tbl[] = {
#if 0
{ PCI_VDEVICE(PROMISE, 0x3570), board_20771 },
#endif
+ { PCI_VDEVICE(PROMISE, 0x3577), board_20771 },
{ } /* terminate list */
};