https://github.com/torvalds/linux
Revision cc675230a9ca17010694bc8bd3c69ca9adf2efef authored by Jeff Garzik on 17 October 2005, 17:01:57 UTC, committed by Linus Torvalds on 17 October 2005, 22:01:53 UTC
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>
1 parent 47d6b08
History
Tip revision: cc675230a9ca17010694bc8bd3c69ca9adf2efef authored by Jeff Garzik on 17 October 2005, 17:01:57 UTC
[PATCH] Fix and clean up quirk_intel_ide_combined() configuration
Tip revision: cc67523
File Mode Size
Kconfig -rw-r--r-- 18.1 KB
Makefile -rw-r--r-- 921 bytes
calibrate.c -rw-r--r-- 4.7 KB
do_mounts.c -rw-r--r-- 9.0 KB
do_mounts.h -rw-r--r-- 1.7 KB
do_mounts_devfs.c -rw-r--r-- 2.8 KB
do_mounts_initrd.c -rw-r--r-- 3.0 KB
do_mounts_md.c -rw-r--r-- 7.6 KB
do_mounts_rd.c -rw-r--r-- 10.0 KB
initramfs.c -rw-r--r-- 10.0 KB
main.c -rw-r--r-- 17.1 KB
version.c -rw-r--r-- 748 bytes

back to top