projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ac37f
)
[libata sata_promise] add pci id
author
Jeff Garzik
<jgarzik@pobox.com>
Fri, 28 Oct 2005 21:00:31 +0000
(17:00 -0400)
committer
Jeff Garzik
<jgarzik@pobox.com>
Fri, 28 Oct 2005 21:00:31 +0000
(17:00 -0400)
Contributed by Daniel Mueller @ Siemens AG.
drivers/scsi/sata_promise.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/sata_promise.c
b/drivers/scsi/sata_promise.c
index eee93b0016df36f86056cd4f8040ba0182019d76..50495569f409623a3ce18bd4ec1d38fe1c5f3020 100644
(file)
--- a/
drivers/scsi/sata_promise.c
+++ b/
drivers/scsi/sata_promise.c
@@
-195,6
+195,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, 0x3570, 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,