Module Name:src
Committed By: skrll
Date: Tue Feb 16 21:28:29 UTC 2016
Modified Files:
src/sys/arch/arm/allwinner [nick-nhusb]: awin_usb.c
Log Message:
Mark ohci_intr MPSAFE
To generate a diff of this commit:
cvs rdiff -u -r1.17.2.6 -r1.17.2.7 src/sys/arch/arm/allwinner/
Module Name:src
Committed By: skrll
Date: Fri Feb 12 16:43:38 UTC 2016
Modified Files:
src/sys/arch/arm/allwinner [nick-nhusb]: awin_usb.c
Log Message:
Mark ehci_intr as IST_MPSAFE when establishing the interrupt handler.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Fri Feb 12 16:27:42 UTC 2016
Modified Files:
src/sys/arch/arm/allwinner [nick-nhusb]: awin_usb.c
Log Message:
Don't check ehci_init against USBD_NORMAL_COMPLETION as it returns int
and not usb_status_t
To generate a diff of this