Re: [PATCH] libata: improve AC_ERR_DEV handling for ->post_internal_cmd

2007-04-17 Thread Jeff Garzik
Tejun Heo wrote: ->post_internal_cmd is simplified EH for internal commands. Its primary mission is to stop the controller such that no rogue memory access or other activities occur after the internal command is released. It may provide error diagnostics by setting qc->err_mask but this hasn't

[PATCH] libata: improve AC_ERR_DEV handling for ->post_internal_cmd

2007-03-19 Thread Tejun Heo
->post_internal_cmd is simplified EH for internal commands. Its primary mission is to stop the controller such that no rogue memory access or other activities occur after the internal command is released. It may provide error diagnostics by setting qc->err_mask but this hasn't been a requirement.