A side effect of new 12160 f/w- there is only one set whether target

mode enabled or not now (like the FC cards).
This commit is contained in:
Matt Jacob 2000-07-04 02:06:00 +00:00
parent 99af801d6b
commit 9678910bae

View File

@ -108,10 +108,7 @@ isp_get_firmware(int version, int tgtmode, int devid, const u_int16_t **ptrp)
rp = isp_1080_risc_code;
break;
case PCI_PRODUCT_QLOGIC_ISP12160:
if (tgtmode)
rp = isp_12160_risc_code_it;
else
rp = isp_12160_risc_code;
rp = isp_12160_risc_code;
break;
case PCI_PRODUCT_QLOGIC_ISP2100:
rp = isp_2100_risc_code;