Add the support for AHCI controllers of MCP67. The following ahci.c patch is based on kernel 2.6.18. Signed-off by: Peer Chen <pchen@xxxxxxxxxx> =================================== --- ahci.c.orig 2006-10-31 13:55:47.000000000 +0800 +++ ahci.c 2006-10-31 13:56:54.000000000 +0800 @@ -349,6 +349,22 @@ static const struct pci_device_id ahci_p board_ahci }, /* MCP65 */ { PCI_VENDOR_ID_NVIDIA, 0x044f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_ahci }, /* MCP65 */ + { PCI_VENDOR_ID_NVIDIA, 0x0554, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0555, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0556, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0557, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0558, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0559, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x055a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x055b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ { } /* terminate list */ }; ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html