Update HAL USB code for new HAL_KbdScanInterrupt behaviour. Fix data aborts...
Update HAL USB code for new HAL_KbdScanInterrupt behaviour. Fix data aborts during keyboard scanning. Detail: build/c/usbhal, build/h/usbhal - Updated USBHAL_KbdScanInterrupt to behave the same way HAL_KbdScanInterrupt is now expected to behave. build/c/ehci, build/c/ohci - Fixed some root hub emulation code which was writing to a global structure before copying it into the destination buffer. Although this works fine in ROM modules it was causing data aborts in the USB HAL libraries due to lack of automatic RW data relocation by the compiler. build/Version - Updated version numbers Admin: Tested on rev C2 BB. Version 0.62. Tagged as 'NetBSD-0_62'
Showing
Please register or sign in to comment