commit | 049e8e04986bde66df9648d88d0960ab4cbd6992 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Apr 30 16:35:13 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Tue May 06 11:40:55 2008 -0400 |
tree | bf3bc3e8feb87290b7458beea77ce4a6551ac1cd | |
parent | ab5b0235c4e819c9bc45fa62c99f9fe49e73e701 [diff] |
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>