aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
diff options
context:
space:
mode:
authorpeer chen <peerchen@gmail.com>2009-10-15 16:34:56 +0800
committerJeff Garzik <jgarzik@redhat.com>2009-10-16 06:20:00 -0400
commit726206f84c67303cc004aacfd45d37f9277a29f6 (patch)
tree318880169f6ba5a16243099ca361453b4070ecf7 /drivers/ata/ahci.c
parent7d948b1114c7eded14e5a31f440af751d70ecde0 (diff)
downloadkernel_samsung_smdk4412-726206f84c67303cc004aacfd45d37f9277a29f6.zip
kernel_samsung_smdk4412-726206f84c67303cc004aacfd45d37f9277a29f6.tar.gz
kernel_samsung_smdk4412-726206f84c67303cc004aacfd45d37f9277a29f6.tar.bz2
ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets.
Add the generic device ID for NVIDIA AHCI controller. Signed-off-by: Peer Chen <peerchen@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r--drivers/ata/ahci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index b1a2577..8c5c0dd 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -605,6 +605,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(NVIDIA, 0x0559), board_ahci_yesncq }, /* MCP67 */
{ PCI_VDEVICE(NVIDIA, 0x055a), board_ahci_yesncq }, /* MCP67 */
{ PCI_VDEVICE(NVIDIA, 0x055b), board_ahci_yesncq }, /* MCP67 */
+ { PCI_VDEVICE(NVIDIA, 0x0580), board_ahci_yesncq }, /* Linux ID */
{ PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci_yesncq }, /* MCP73 */
{ PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci_yesncq }, /* MCP73 */
{ PCI_VDEVICE(NVIDIA, 0x07f2), board_ahci_yesncq }, /* MCP73 */