[PATCH 2/2] qla4xxx: Add flash target mgmt support through sysfs.

2012-10-15 Thread vikas . chaudhary
From: Adheer Chandravanshi adheer.chandravan...@qlogic.com This patch allows iscsiadm to manage iSCSI target information stored on qla4xxx adapter flash on per host basis. Signed-off-by: Adheer Chandravanshi adheer.chandravan...@qlogic.com Signed-off-by: Vikas Chaudhary

[PATCH] iscsiadm: Add flash target mgmt support.

2012-10-15 Thread vikas . chaudhary
From: Adheer Chandravanshi adheer.chandravan...@qlogic.com This support lets the user manage the target entries in adapter flash and perform various operations like add, delete, login, logout, and update the target information. Example: The target information from flash would appear in sysfs

[PATCH] BNX2I: Removed the individual PCI DEVICE ID checking

2012-10-15 Thread Eddie Wai
Removed the individual PCI DEVICE ID checking inside bnx2i. The device type can easily be read from the corresponding cnic-flags. This will free bnx2i from having to get updated for every new device ID that gets added. Signed-off-by: Eddie Wai eddie@broadcom.com Acked-by: Michael Chan