On 05/07/2014 04:00 AM, [email protected] wrote: > From: Vikas Chaudhary <[email protected]> > > Broadcom iscsi offload firmware uses a non standard ibft sign of "BIFT". > This patch modifies the ibft search code to search for "BIFT" along > with the other possible values. > > Signed-off-by: Vikas Chaudhary <[email protected]> > Acked-by: Kevin Tran <[email protected]> > Acked-by: Eddie Wai <[email protected]> > --- > drivers/firmware/iscsi_ibft.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/firmware/iscsi_ibft.c b/drivers/firmware/iscsi_ibft.c > index 3ee852c..071c2c9 100644 > --- a/drivers/firmware/iscsi_ibft.c > +++ b/drivers/firmware/iscsi_ibft.c > @@ -756,6 +756,7 @@ static const struct { > */ > { ACPI_SIG_IBFT }, > { "iBFT" }, > + { "BIFT" }, /* Broadcom iSCSI Offload */ > }; > > static void __init acpi_find_ibft_region(void) >
Patch looks ok to me. Signed-off-by: Mike Christie <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

