[SCSI] qla4xxx: add async scan support
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 31 Jan 2008 19:36:49 +0000 (13:36 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 8 Feb 2008 00:02:35 +0000 (18:02 -0600)
commit921601b7031f8a2c71f49f1b965ee00ebbca6886
tree811dd3a2e2447be8c41e1c26c199103f94553f13
parent8aae18adb240a9eb1999b8245c56522cbefc9047
[SCSI] qla4xxx: add async scan support

qla4xxx has the old school startup/probe where it finds presetup sessions
in its flash and then attempts to log into them before returning from the
probe. This however, makes it very simple to add a iscsi class scan finished
helper which the driver can use.

In future patches Dave or I will rip apart the driver to make it more
like qla2xxx, but for now this is a very simple two line patch which
fixes the problem of trying to figure out when the initial sessions
are done being scanned.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Cc: David Somayajulu <david.somayajulu@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla4xxx/ql4_os.c