]> git.baikalelectronics.ru Git - kernel.git/commit
sata_inic162x: use IDMA for non DMA ATA commands
authorTejun Heo <htejun@gmail.com>
Wed, 30 Apr 2008 07:35:13 +0000 (16:35 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 6 May 2008 15:40:55 +0000 (11:40 -0400)
commitcbfc89a8bbcfd622349f3afee59b939149043962
treebf3bc3e8feb87290b7458beea77ce4a6551ac1cd
parent37fa9f356dee1a7b6abd80e995637fecd4c09db8
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 <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_inic162x.c