CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/09/29 14:06:38
Modified files: sys/dev/usb : ehci.c ehcivar.h usb_mem.c usb_mem.h Log message: Add DMA sync operations. Fixes problems on macppc with gcc4 because apparently it reorders stores in a bad way. Mostly from NetBSD. earlier diff tested by landry@ (who noticed the problems on macppc) ok deraadt@