diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2015-10-20 12:27:59 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2015-10-20 12:27:59 +0000 |
| commit | 21c2207ffc0c11c1dd4cfd1942bf246d6b307113 (patch) | |
| tree | e814900e271fe2ed4d36083120152bc59daca152 /sys/dev/isp/isp_pci.c | |
| parent | c0a81829192added343d2886183c608fcd1cd27c (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_pci.c')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index be4b2157db4c6..c5b501df12833 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -899,9 +899,6 @@ isp_pci_attach(device_t dev) if (IS_SCSI(isp) && (ISP_SPI_PC(isp, 0)->def_role & ISP_ROLE_TARGET)) { snprintf(fwname, sizeof (fwname), "isp_%04x_it", did); isp->isp_osinfo.fw = firmware_get(fwname); - } else if (IS_24XX(isp)) { - snprintf(fwname, sizeof (fwname), "isp_%04x_multi", did); - isp->isp_osinfo.fw = firmware_get(fwname); } if (isp->isp_osinfo.fw == NULL) { snprintf(fwname, sizeof (fwname), "isp_%04x", did); |
