CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/03/27 04:15:43
Modified files: sys/dev/pci : mpii.c Log message: tweak mpii_start. on 64bit archs you can post the descriptor in one go, which is easy. on 32bit you have to post it in halves in the right order, which is not atomic and requires barriers for ordering.