CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/03/26 23:53:37
Modified files: sys/dev/pci : mpii.c Log message: optimise mpii_push_reply. int types are easier to work with than shorts. use a compare to handle ring wraparound rather than a mod operation.