CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/12 21:04:51
Modified files:
sys/dev/ic : mfi.c mfireg.h
Log message:
replace uint32_ts for hi and lo addresses in the mfi_init_ hardware
descriptors with single uint64_ts. theyre not some weird middle
endian thing. this makes the code more readable.
add some missing htole32s to the code while here.
tested on a perc5 (xscale).
