Author: quozl Date: Tue Nov 29 07:46:48 2011 New Revision: 2714 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2714
Log: USB UHCI - begin-intr-in stack balance was wrong if already started
Modified: dev/usb2/hcd/uhci/intr.fth
Modified: dev/usb2/hcd/uhci/intr.fth ============================================================================== --- dev/usb2/hcd/uhci/intr.fth Tue Nov 29 07:22:20 2011 (r2713) +++ dev/usb2/hcd/uhci/intr.fth Tue Nov 29 07:46:48 2011 (r2714) @@ -58,7 +58,7 @@
: begin-intr-in ( buf len pipe interval -- ) debug? if ." begin-intr-in" cr then - intr-in-qh if 3drop exit then \ Already started + intr-in-qh if 4drop exit then \ Already started
to intr-in-interval dup to intr-in-pipe
openfirmware@openfirmware.info