printk(KERN_WARNING"3w-xxxx: scsi%d: Received a request id (%d) (opcode = 0x%x) that wasn't posted.\n",tw_dev->host->host_no,request_id,command_packet->byte0.opcode);
/* Handle timed out ioctl's */
error=1;
if(tw_dev->srb[request_id]!=0){
if(tw_dev->srb[request_id]->cmnd[0]!=TW_IOCTL){
printk(KERN_WARNING"3w-xxxx: scsi%d: Received a request id (%d) (opcode = 0x%x) that wasn't posted.\n",tw_dev->host->host_no,request_id,command_packet->byte0.opcode);