[SCSI] qla2xxx: Enhance EEH support and enable AER support.
authorJoe Carnuccio <joe.carnuccio@qlogic.com>
Tue, 12 Jan 2010 21:02:46 +0000 (13:02 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 18 Jan 2010 16:48:26 +0000 (10:48 -0600)
commit90a86fc05ffefe48581c88106d0b9cc37f6e060c
treeb9f8ee2bec5833d83031b8f14ae79f3e55e2f01b
parent9db0fb3aa4cc4e42241e194ef64931321fa72196
[SCSI] qla2xxx: Enhance EEH support and enable AER support.

qla2xxx: EEH added call to pci_restore_state.
qla2xxx: EEH added delay in slot reset routine.
qla2xxx: EEH moved call to pci_save_state(), see (1).
qla2xxx: EEH additional changes for RHEL5.5.
qla2xxx: EEH added function call, removed function call, see (2).

(1) In qla2xxx_probe_one the call to pci_save_state() has been
    moved to after the call to qla2xxx_request_irqs().

(2) Add call to pci_disable_pcie_error_reporting() in remove_one.
    Delete call to pci_cleanup_aer_uncorrect_error_status() in pci_resume.

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_os.c