]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/ata/ahci.c
[PATCH] ahci: add PIOS interim interrupt handling
authorTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:58:30 +0000 (20:58 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:58:30 +0000 (20:58 +0900)
commit2a3917a8bb40a2cb75b458da9c356e8557e8fbed
tree8899c9447b35c5fb00ce272837fd733df7c5aa35
parent78cd52d02fa0735949a9fa30a6b79bf02c94c250
[PATCH] ahci: add PIOS interim interrupt handling

During multiblock PIO, multiple PIOS interrupts are generated before
qc compltion.  Current code prints unnecessary message for such cases.
This is exposed when new EH slows down attached device into PIO mode.

Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/ahci.c