[PATCH] ata_piix: ignore PCS on ICH5
authorTejun Heo <htejun@gmail.com>
Tue, 22 Aug 2006 12:06:46 +0000 (21:06 +0900)
committerJeff Garzik <jeff@garzik.org>
Thu, 24 Aug 2006 06:51:24 +0000 (02:51 -0400)
commitf3745a3f9fa39fa3c62f7d5b8549ee787d2c6848
tree03bf0b2abfd9389dbadb69f024aa2761c28b9a5f
parentf1a58ecae527fc67c87ce4dcb9e73894f64aadfe
[PATCH] ata_piix: ignore PCS on ICH5

There have been a number of reports regarding some ICH5s failing to
detect devices since the PCS handling update.  Analysis shows that
these problems are caused by bogus PCS values from those controllers.

Before the PCS update, the driver didn't honor PCS regs exactly and
probed them in many cases PCS reports no device.  Now that PCS is
honored exactly, these hardware problems are visible.

This patch makes ICH5 ignore PCS.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/ata_piix.c