CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/02 23:47:58
Modified files:
sys/dev/ic : mpivar.h mpi.c
Log message:
rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a
void *. this will let me stash things other than scsi xfers in the ccb for
ccb_done handlers to use.
