start Routine
The start routine is responsible for checking all pending queues and issuing commands to the adapter. When a command is issued to the adapter, the scsi_buf is converted into an adapter specific request needed for the scsi_buf.
At this time, the bufstruct.b_addr for the scsi_buf will be mapped for DMA. When the adapter specific request is completed, the adapter will be notified of this request.