projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a24ab6
)
[PATCH] sata_sil: new ID 1002:437A for ATI IXP400
author
NAKAMURA Kenta
<kenta@c.csce.kyushu-u.ac.jp>
Wed, 25 May 2005 23:28:38 +0000
(19:28 -0400)
committer
Jeff Garzik
<jgarzik@pobox.com>
Wed, 25 May 2005 23:28:38 +0000
(19:28 -0400)
drivers/scsi/sata_sil.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/sata_sil.c
b/drivers/scsi/sata_sil.c
index
f0489dc
..
2b2ff48
100644
(file)
--- a/
drivers/scsi/sata_sil.c
+++ b/
drivers/scsi/sata_sil.c
@@
-82,6
+82,7
@@
static struct pci_device_id sil_pci_tbl[] = {
{ 0x1095, 0x3114, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3114 },
{ 0x1002, 0x436e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
{ 0x1002, 0x4379, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
+ { 0x1002, 0x437a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
{ } /* terminate list */
};