]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] qla2xxx: Pull-down scsi-host-addition to follow board initialization.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Fri, 10 Jun 2005 00:21:28 +0000 (17:21 -0700)
committerChris Wright <chrisw@osdl.org>
Wed, 29 Jun 2005 23:00:35 +0000 (16:00 -0700)
commit906aa4d200854cf01f683195945f4618f8881e9a
treefbf4324a9403e226e43badffac96cd87a87d87bf
parent49bbb3966e86d560752f1624c6ab31bd147441d1
[PATCH] qla2xxx: Pull-down scsi-host-addition to follow board initialization.

Return to previous held-logic of calling scsi_add_host() only
after the board has been completely initialized.  Also return
pci_*() error-codes during probe failure paths.

This also corrects an issue where only lun 0 is being scanned for
a given port.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Chris Wright <chrisw@osdl.org>
drivers/scsi/qla2xxx/qla_os.c