CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/06 20:32:03
Modified files:
sys/dev/ic : mfi.c
Log message:
david imhoff points out that the error handling in mfi_init_ccb gets the
index to which ccb to free wrong.
this takes the logic from mpi/mpii/mfii which pulls the ready ccbs off
the free list rather than rely on the current index from the for loop
that we failed inside of.
thanks to david for finding this out.
