CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/04 05:27:41
Modified files:
sys/dev/ic : qla.c
Log message:
Rework the command polling loop so it can handle multiple responses in a single
interrupt. With this we can talk to Hitachi disk arrays, which sometimes
return so much sense data that a status continuation response is generated
in addition to the normal status response.
tested by deraadt@
