From owner-cvs-all Sat Jul 24 11:26: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36E0414F4C; Sat, 24 Jul 1999 11:26:00 -0700 (PDT) (envelope-from gehenna@FreeBSD.org) Received: (from gehenna@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA64829; Sat, 24 Jul 1999 11:23:05 -0700 (PDT) (envelope-from gehenna@FreeBSD.org) Message-Id: <199907241823.LAA64829@freefall.freebsd.org> From: MAEKAWA Masahide Date: Sat, 24 Jul 1999 11:23:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gehenna 1999/07/24 11:23:04 PDT Modified files: (Branch: RELENG_3) sys/dev/usb uhci.c Log: o When aborting an interrupt pipe, just wait for 1ms for the completion of the current interrupt transaction. o Do not schedule the next interrupt transaction if the pipe is being aborted or the last round of the interrupt transaction ended with error. Reviewed by: Kazutaka YOKOTA Nick Hibma Revision Changes Path 1.7.2.4 +6 -10 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message