CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/13 00:19:15
Modified files:
sys/dev/ic : mfi.c mfireg.h
Log message:
get rid of the last foo_lo and foo_hi bits i could find in the hardware
structures and use htole64 instead of htole32(addr >> 32); htole32(addr);
gets rid of "handy" stack variables to get the dva to 64bits.
sprinkle some more byte swaps for things that should have it.
tested on a perc5 (xscale)
