]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ata_piix: Fix DVD not dectected at some Haswell platforms
authorYouquan Song <youquan.song@intel.com>
Wed, 6 Mar 2013 15:49:05 +0000 (10:49 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 3 Apr 2013 23:43:36 +0000 (19:43 -0400)
commitb55f84e2d527182e7c611d466cd0bb6ddce201de
tree6cfc88dcc68099539d912365c16b59e2cc57e4cf
parenta32450e127fc6e5ca6d958ceb3cfea4d30a00846
ata_piix: Fix DVD not dectected at some Haswell platforms

There is a quirk patch 5e5a4f5d5a08c9c504fe956391ac3dae2c66556d
"ata_piix: make DVD Drive recognisable on systems with Intel Sandybridge
 chipsets(v2)" fixing the 4 ports IDE controller 32bit PIO mode.

We've hit a problem with DVD not recognized on Haswell Desktop platform which
includes Lynx Point 2-port SATA controller.

This quirk patch disables 32bit PIO on this controller in IDE mode.

v2: Change spelling error in statememnt pointed by Sergei Shtylyov.
v3: Change comment statememnt and spliting line over 80 characters pointed by
    Libor Pechacek and also rebase the patch against 3.8-rc7 kernel.

Tested-by: Lee, Chun-Yi <jlee@suse.com>
Signed-off-by: Youquan Song <youquan.song@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ata_piix.c