Hello, Pedantry to follow:
Patch #9 has instructions: "cd /usr/src/sys patch -p0 < 009_ptrace.patch" It seems like author has basically copy and pasted instructions from patch #5.ptrace without referring correcting affected file. Also apparent, is the fact that the author chose to produce patch from "/usr/src/sys" as opposed to "/usr/src" and this is inconsistent with previous kernel patches. A quick fix to change "dev/ic/mpi.c" to sys/dev/ic/mpi.c" easily addresses this. Regards, Joe

