CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/05 16:40:32
Modified files:
sys/dev/pci : if_iwivar.h
Log message:
T
ariane's new allocator gave iwi dirty memory, and made a real bug fall out.
The kva was being stored in a structure hidden by a cast, but passing the
"structure" corrupts subsequent arguments to bus_dmamap_load().
group effort with ariane, kettenis, and oga.
