[PATCH] Fix and clean up quirk_intel_ide_combined() configuration
authorJeff Garzik <jgarzik@pobox.com>
Mon, 17 Oct 2005 17:01:57 +0000 (13:01 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 17 Oct 2005 22:01:53 +0000 (15:01 -0700)
This change makes quirk_intel_ide_combined() dependent on the precise
conditions under which it is needed:

* IDE is built in
* IDE SATA option is not set
* ata_piix or ahci drivers are enabled

This fixes an issue where some modular configurations would not cause
the quirk to be enabled.

Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Linus torvalds <torvalds@osdl.org>

No differences found