Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   mrg
Date:           Sun Mar 11 00:34:46 UTC 2012

Modified Files:
        src/sys/arch/mips/adm5120/dev: ahci.c
        src/sys/dev/ic: sl811hs.c
        src/sys/dev/usb: ehci.c ohci.c uhci.c usbdi.c usbdivar.h

Log Message:
pull down from usbmp branch:
- remove usbd_bus{} intr_context member, and replace the checks against
  it with cpu_intr_p() and cpu_softintr_p().


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/adm5120/dev/ahci.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/sl811hs.c
cvs rdiff -u -r1.186 -r1.187 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.222 -r1.223 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.246 -r1.247 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.135 -r1.136 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/usb/usbdivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index