commit | cc675230a9ca17010694bc8bd3c69ca9adf2efef | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Mon Oct 17 13:01:57 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 17 15:01:53 2005 -0700 |
tree | 338784dc40e0a3ec5f96f5a76c267846ad2f5e8d | |
parent | 47d6b08334a43fafa61a587f721fa21ef65d81be [diff] |
[PATCH] Fix and clean up quirk_intel_ide_combined() configuration 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>