Skip to content

Commit

Permalink
[SCSI] qla2xxx: Re-organized BSG interface specific code.
Browse files Browse the repository at this point in the history
1. Segregate BSG interface specific code to new files.
2. Handle multiple vendor specific commands indepedently.
3. Reorganised support for reset, management and update FCoE firmware commands.
4. Fixed memory leak issue in Loopback.
5. Added new vendor command to support iiDMA using BSG interface.
6. Proper cleanup of dma mapped and dma allocated buffers for BSG request.

[jejb: fix up conflict and merge in Jiri Slaby lock imbalance patch]
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Harish Zunjarrao <[email protected]>
Signed-off-by: Giridhar Malavali <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Apr 11, 2010
1 parent 077424e commit 6e98016
Show file tree
Hide file tree
Showing 7 changed files with 1,230 additions and 831 deletions.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \
qla_dbg.o qla_sup.o qla_attr.o qla_mid.o qla_dfs.o
qla_dbg.o qla_sup.o qla_attr.o qla_mid.o qla_dfs.o qla_bsg.o

obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx.o
Loading

0 comments on commit 6e98016

Please sign in to comment.