Hello, This patch adds the Intel ICH7-M DH DID to the ahci.c file for AHCI mode SATA support. This patch was built against the 2.6.13-rc6 kernel. If acceptable, please apply.
Thanks, Jason Gaston Signed-off-by: Jason Gaston <[EMAIL PROTECTED]> --- linux-2.6.13-rc6/drivers/scsi/ahci.c.orig 2005-08-10 06:06:34.993968056 -0700 +++ linux-2.6.13-rc6/drivers/scsi/ahci.c 2005-08-10 06:09:01.614678320 -0700 @@ -269,6 +269,8 @@ board_ahci }, /* ESB2 */ { PCI_VENDOR_ID_INTEL, 0x2683, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_ahci }, /* ESB2 */ + { PCI_VENDOR_ID_INTEL, 0x27c6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* ICH7-M DH */ { } /* terminate list */ }; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/