[PATCH 3/13]: PCI Err: IPR scsi device driver recovery
Brian King
brking at us.ibm.com
Thu Jul 7 23:28:56 EST 2005
Linas Vepstas wrote:
> +/** This routine is called when the PCI bus has permanently
> + * failed. This routine should purge all pending I/O and
> + * shut down the device driver (close and unload).
> + * XXX Needs to be implemented.
> + */
> +static void ipr_eeh_perm_failure (struct pci_dev *pdev)
> +{
> +#if 0 // XXXXXXXXXXXXXXXXXXXXXXX
> + ipr_cmd->job_step = ipr_reset_shutdown_ioa;
> + rc = IPR_RC_JOB_CONTINUE;
> +#endif
> +}
What were your plans here? What can the device driver rely on here?
Are interrupts disabled? Will pci config accesses all fail?
Should the driver attempt to talk to the pci adapter at all, or should
it simply clean up after it?
--
Brian King
eServer Storage I/O
IBM Linux Technology Center
More information about the Linuxppc64-dev
mailing list