CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/07 03:26:48
Modified files:
sys/dev/pci : mfii.c
Log message:
use the same trick as mpii for posting the request descriptor with
a single 64bit write on lp64 archs, instead of two sequenced 32bit
writes. cos the 64bit store is atomic, we dont need the mutex
around it either.
