Module Name: src
Committed By: jakllsch
Date: Wed Aug 29 16:50:10 UTC 2012
Modified Files:
src/sys/dev/ic: mvsatareg.h
Log Message:
mvsata(4) DMA data structures are already __packed, but as the hardware
requires them to be 8-byte aligned, add __aligned(8) too, so that accesses
on strict alignment platforms are more efficent.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/mvsatareg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.