ahci: change the Device IDs of nvidia MCP7B AHCI controller in ahci.c

Change the partial Device IDs of nvidia MCP7B AHCI controller in ahci.c,
as the actual PCI IDs deployed in the field differed from the forecasted ones
preemptively placed in the driver.

Signed-off-by: Peer Chen <peerchen@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by peerchen and committed by Jeff Garzik 3072c379 034d8e8f

+4 -4
+4 -4
drivers/ata/ahci.c
··· 502 502 { PCI_VDEVICE(NVIDIA, 0x0bcd), board_ahci }, /* MCP7B */ 503 503 { PCI_VDEVICE(NVIDIA, 0x0bce), board_ahci }, /* MCP7B */ 504 504 { PCI_VDEVICE(NVIDIA, 0x0bcf), board_ahci }, /* MCP7B */ 505 - { PCI_VDEVICE(NVIDIA, 0x0bd0), board_ahci }, /* MCP7B */ 506 - { PCI_VDEVICE(NVIDIA, 0x0bd1), board_ahci }, /* MCP7B */ 507 - { PCI_VDEVICE(NVIDIA, 0x0bd2), board_ahci }, /* MCP7B */ 508 - { PCI_VDEVICE(NVIDIA, 0x0bd3), board_ahci }, /* MCP7B */ 505 + { PCI_VDEVICE(NVIDIA, 0x0bc4), board_ahci }, /* MCP7B */ 506 + { PCI_VDEVICE(NVIDIA, 0x0bc5), board_ahci }, /* MCP7B */ 507 + { PCI_VDEVICE(NVIDIA, 0x0bc6), board_ahci }, /* MCP7B */ 508 + { PCI_VDEVICE(NVIDIA, 0x0bc7), board_ahci }, /* MCP7B */ 509 509 510 510 /* SiS */ 511 511 { PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */