From: Tejun Heo Date: Wed, 30 Apr 2008 07:35:13 +0000 (+0900) Subject: sata_inic162x: use IDMA for non DMA ATA commands X-Git-Tag: v2.6.26-rc2~59^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049e8e04986bde66df9648d88d0960ab4cbd6992;p=pandora-kernel.git sata_inic162x: use IDMA for non DMA ATA commands Use IDMA for PIO and non-data commands. This allows sata_inic162x to safely drive LBA48 devices. Kill inic_dev_config() which contains code to reject LBA48 devices. With this change, status checking in inic_qc_issue() to avoid hard lock up after hotplug can go away too. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed