Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE not

handle in isp_async.
This commit is contained in:
Matt Jacob 2001-08-16 17:25:41 +00:00
parent 50719f7521
commit be534d5f1a

View File

@ -2802,9 +2802,10 @@ isp_async(struct ispsoftc *isp, ispasync_t cmd, void *arg)
isp_reinit(isp);
break;
}
case ISPASYNC_UNHANDLED_RESPONSE:
break;
default:
isp_prt(isp, ISP_LOGERR, "unknown isp_async event %d", cmd);
rv = -1;
break;
}
return (rv);