From c368ca4ef471aa8e82ee1de7086cb7ef5053cb95 Mon Sep 17 00:00:00 2001 From: Jason Gaston Date: Sat, 16 Apr 2005 15:24:44 -0700 Subject: [PATCH] ata_piix: IDE mode SATA patch for Intel ESB2 This patch adds the Intel ESB2 DID's to the ata_piix.c and quirks.c file for IDE mode SATA support. Signed-off-by: Jason Gaston Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/pci/quirks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/pci/quirks.c') diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 1cfe953..15a3980 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -1189,6 +1189,7 @@ static void __devinit quirk_intel_ide_combined(struct pci_dev *pdev) case 0x2651: case 0x2652: case 0x2653: + case 0x2680: /* ESB2 */ ich = 6; break; case 0x27c0: -- cgit v1.1