Browse Source

[libata] sata_promise: add PCI ID

Noticed by Steve Brown <sbrown25@gmail.com>

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Jeff Garzik 18 năm trước cách đây
mục cha
commit
a83068bbac
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/ata/sata_promise.c

+ 1 - 0
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 */
 };