aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
diff options
context:
space:
mode:
authorJason Gaston <jason.d.gaston@intel.com>2005-04-16 18:24:44 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:24:44 -0400
commitc368ca4ef471aa8e82ee1de7086cb7ef5053cb95 (patch)
tree0b6a05017869cda984304bb24f6327da543d31b3 /drivers/pci/quirks.c
parentc4c8ea948aa21527d502e87227b2f1d951bc506d (diff)
[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 <Jason.d.gaston@intel.com> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r--drivers/pci/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 1cfe9538fd19..15a398051682 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)
1189 case 0x2651: 1189 case 0x2651:
1190 case 0x2652: 1190 case 0x2652:
1191 case 0x2653: 1191 case 0x2653:
1192 case 0x2680: /* ESB2 */
1192 ich = 6; 1193 ich = 6;
1193 break; 1194 break;
1194 case 0x27c0: 1195 case 0x27c0: