On Thu, 24 May 2018 21:09:00 -0700 James Smart <[email protected]> wrote:
> The lancer G5 chip family fails the CQ create with 16k page size. > The hardware incorrectly reports it supports large page sizes > when it is actually limited to 4k pages. > > A prior patch resolved this for the A0 chip revision only. > This patch excludes all revisions of the G5 asic from using > large page sizes. As knowing the actual chip revision is > unnecessary, the now unused definitions are removed > > Signed-off-by: Dick Kennedy <[email protected]> > Signed-off-by: James Smart <[email protected]> > --- > drivers/scsi/lpfc/lpfc_hw4.h | 11 ----------- > drivers/scsi/lpfc/lpfc_init.c | 9 +-------- > drivers/scsi/lpfc/lpfc_sli4.h | 1 - > 3 files changed, 1 insertion(+), 20 deletions(-) > Reviewed-by: Hannes Reinecke <[email protected]> Cheers, Hannes

