CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/08 00:06:43
Modified files:
sys/dev/pci : mfii.c
Log message:
fix a mixup of lengths of addresses and lengths in the aen_start sgl
basically use htolem64 to set the address and htolem32 for the
length, not the other way round. lucky this is mostly run on x86.
found by Jon Kloske
