CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/03/23 22:26:58
Modified files: sys/dev/ic : mpi.c mpireg.h Log message: use htolemXX and lemtohXX in the scsi_cmd paths. apart from the flags handling in sgls, this shrinks the io hot path on sparc64 and powerpc a lot. its pretty much the same on i386/amd64/alpha.