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:
03ec52d
)
ahci: add PCI ID for new VIA chip
author
Tejun Heo
<htejun@gmail.com>
Wed, 11 Apr 2007 08:27:14 +0000
(17:27 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 28 Apr 2007 18:16:02 +0000
(14:16 -0400)
Add PCI ID for new VIA chip. Original patch is from Maarten Vanraes.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Maarten Vanraes <maarten.vanraes@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ahci.c
patch
|
blob
|
history
diff --git
a/drivers/ata/ahci.c
b/drivers/ata/ahci.c
index 436de03650ec629d2c403503a10666bc41b50e7f..fe4f0fe36bfbe11ddb026efde7646eab7319f240 100644
(file)
--- a/
drivers/ata/ahci.c
+++ b/
drivers/ata/ahci.c
@@
-419,6
+419,7
@@
static const struct pci_device_id ahci_pci_tbl[] = {
/* VIA */
{ PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */
+ { PCI_VDEVICE(VIA, 0x6287), board_ahci_vt8251 }, /* VIA VT8251 */
/* NVIDIA */
{ PCI_VDEVICE(NVIDIA, 0x044c), board_ahci }, /* MCP65 */