From: Tejun Heo Date: Fri, 21 Sep 2007 08:55:44 +0000 (+0900) Subject: sata_via: kill SATA_PATA_SHARING register handling X-Git-Tag: v2.6.24-rc1~1391^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d6c74628767e1bd33c735b3b2ee7b132b4198e;p=pandora-kernel.git sata_via: kill SATA_PATA_SHARING register handling The SATA_PATA_SHARING register doesn't have anything to do with the SATA part of the controller. It indicates whether an extern SATA PHY is attached to the PATA part of the controller and if so how it is wired. As the PATA part is driven by pata_via, sata_via has no reason to care about that. Also, pata_via should work fine under all configurations. This patch removes unnecessary attach failures. It seems recent via chipsets are defaulting to different values or are actually connected to SATA PHY triggering this more often. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed