diff options
author | James Smart <james.smart@emulex.com> | 2010-02-12 14:40:50 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-02-17 17:40:08 -0600 |
commit | 1dfb5a47bc76c700969e41cdc2df6d1bf0adeb62 (patch) | |
tree | c176c4870e64ce3688226a5d1b7faef1c4958ef8 /drivers/scsi/lpfc/lpfc_hw4.h | |
parent | f98c96b0b6572b5491e954148509b20f08f31491 (diff) | |
download | blackbird-obmc-linux-1dfb5a47bc76c700969e41cdc2df6d1bf0adeb62.tar.gz blackbird-obmc-linux-1dfb5a47bc76c700969e41cdc2df6d1bf0adeb62.zip |
[SCSI] lpfc 8.3.9: PCI Changes to lpfc driver
- Call pci_save_state() after pci_restore_state() call to cope
with kernel change.
- Add support for PCI BAR region 0 if BAR0 is a 64 bit register.
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw4.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw4.h b/drivers/scsi/lpfc/lpfc_hw4.h index c2bec6e6222f..ae0c53dba845 100644 --- a/drivers/scsi/lpfc/lpfc_hw4.h +++ b/drivers/scsi/lpfc/lpfc_hw4.h @@ -77,10 +77,6 @@ struct lpfc_sli_intf { #define LPFC_SLI_INTF_VALID 6 }; -#define LPFC_SLI4_BAR0 1 -#define LPFC_SLI4_BAR1 2 -#define LPFC_SLI4_BAR2 4 - #define LPFC_SLI4_MBX_EMBED true #define LPFC_SLI4_MBX_NEMBED false |