Skip to content

Commit 6ba8695

Browse files
peerchenJeff Garzik
authored andcommitted
ahci: add the Device IDs of MCP79 AHCI controller to ahci.c
Add the device IDs of legacy mode of MCP79 AHCI controller to ahci.c Signed-off-by: Peer Chen <peerchen@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 306b30f commit 6ba8695

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/ata/ahci.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,10 @@ static const struct pci_device_id ahci_pci_tbl[] = {
536536
{ PCI_VDEVICE(NVIDIA, 0x0ad9), board_ahci }, /* MCP77 */
537537
{ PCI_VDEVICE(NVIDIA, 0x0ada), board_ahci }, /* MCP77 */
538538
{ PCI_VDEVICE(NVIDIA, 0x0adb), board_ahci }, /* MCP77 */
539+
{ PCI_VDEVICE(NVIDIA, 0x0ab4), board_ahci }, /* MCP79 */
540+
{ PCI_VDEVICE(NVIDIA, 0x0ab5), board_ahci }, /* MCP79 */
541+
{ PCI_VDEVICE(NVIDIA, 0x0ab6), board_ahci }, /* MCP79 */
542+
{ PCI_VDEVICE(NVIDIA, 0x0ab7), board_ahci }, /* MCP79 */
539543
{ PCI_VDEVICE(NVIDIA, 0x0ab8), board_ahci }, /* MCP79 */
540544
{ PCI_VDEVICE(NVIDIA, 0x0ab9), board_ahci }, /* MCP79 */
541545
{ PCI_VDEVICE(NVIDIA, 0x0aba), board_ahci }, /* MCP79 */

0 commit comments

Comments
 (0)