[SCSI] lpfc 8.2.4 : Make lpfc legacy I/O port free
authorTomohiro Kusumi <kusumi.tomohiro@jp.fujitsu.com>
Fri, 11 Jan 2008 06:53:00 +0000 (01:53 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 23 Jan 2008 17:29:23 +0000 (11:29 -0600)
commit8a4df120b0712a12134d0d9435ccaec1c12b07a7
treeaa5bd13c017f54df006ee0562662148099a4f91b
parent0937282036d9ae798e02c9c69a8b2ef044048855
[SCSI] lpfc 8.2.4 : Make lpfc legacy I/O port free

This is a patch written by Tomohiro Kusumi and submitted to
linux-scsi:

http://marc.info/?l=linux-scsi&m=118673720712152&w=2

The original patch comment:

This patch makes Emulex lpfc driver legacy I/O port free.
It has already been acked quite long time ago.
So I resubmit the patch.
http://lkml.org/lkml/2006/11/22/28

Current lpfc driver is already using pci_select_bars()
and pci_enable_device_bars() when the PCI bus has been reset.
So I think this patch should also be acked.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@jp.fujitsu.com>
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/lpfc/lpfc_init.c