CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/07/07 00:08:57
Modified files: sys/dev/pci : mpii.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. this is the same change i did in mpi.c r1.128 and mpivar.h r1.28