CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2014/01/18 15:56:11

Modified files:
        sys/dev/ic     : ncr53c9x.c ncr53c9xvar.h 

Log message:
get rid of a XS_NO_CCB thats caused by a failure to allocate the
thing that stores state for luns.

instead of checking and allocating it in the scsi_cmd path, and
doing weird things all over the place to free it (eg, there's a
timeout that ran every 10m to gc luns), use the scsi_probe and
scsi_free things the midlayer calls.

Reply via email to