CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/02/06 19:47:19

Modified files:
        sys/dev/pci    : mfii.c 

Log message:
provide support for submitting async dcmd frames.

async dcmds are submitted via an mpii request (like the scsi commands
are) which uses the ccb_request buffer, meaning that the dcmd itself
has to go somewhere else. this reuses the sense buffer on the ccb
for the dcmd, and provides wrappers for accessing that space and
submitting a dcmd via the passthru command.

Reply via email to