projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a3143
)
sata_sil24: add DID for another adaptec flavor
author
Tejun Heo
<tj@kernel.org>
Wed, 2 Jul 2008 08:50:23 +0000
(17:50 +0900)
committer
Jeff Garzik
<jgarzik@redhat.com>
Fri, 4 Jul 2008 13:05:43 +0000
(09:05 -0400)
There's another DID used for Adaptec card. Add it.
Reported by Travis Read.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Travis Read <ics@dark.net.au>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_sil24.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_sil24.c
b/drivers/ata/sata_sil24.c
index 8ee6b5b4ede7bca0940783b37756b8b5f4aba158..84ffcc26a74bec944506096c20e578a49c516bcf 100644
(file)
--- a/
drivers/ata/sata_sil24.c
+++ b/
drivers/ata/sata_sil24.c
@@
-370,6
+370,7
@@
static const struct pci_device_id sil24_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x3124), BID_SIL3124 },
{ PCI_VDEVICE(CMD, 0x3132), BID_SIL3132 },
{ PCI_VDEVICE(CMD, 0x0242), BID_SIL3132 },
+ { PCI_VDEVICE(CMD, 0x0244), BID_SIL3132 },
{ PCI_VDEVICE(CMD, 0x3131), BID_SIL3131 },
{ PCI_VDEVICE(CMD, 0x3531), BID_SIL3131 },