Jeffrey Lee
authored
Detail: dev/usb/h/usb_port - Implement usb_syncmem to call the appropriate memory barrier function. Required for when PCI_RAMAlloc starts returning Normal, non-cacheable memory rather than Device (although technically these barriers have always been needed for ARMv6+) build/c/port - Memory barrier implementation; uses the appropriate OS routine if available, otherwise uses a null op. build/Version - Bump EHCIDriver version number (the only module that uses these barriers so far) Admin: Tested on BB-xM, PandaBoard Version 0.97. Tagged as 'NetBSD-0_97'