#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/ide.h>
#include <linux/delay.h>
Go to the source code of this file.
ide_error - handle an error on the IDE : drive the error occurred on : message to report : status bits
ide_error() takes action based on the error returned by the drive. For normal I/O that may well include retries. We deal with both new-style (taskfile) and old style command handling here. In the case of taskfile command handling there is work left to do
Definition at line 114 of file ide-eh.c.