From owner-cvs-all Sun May 30 5:49:42 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 2F04314C9A; Sun, 30 May 1999 05:49:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97824; Sun, 30 May 1999 05:49:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905301249.FAA97824@freefall.freebsd.org> From: Nick Hibma Date: Sun, 30 May 1999 05:49:41 -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 n_hibma 1999/05/30 05:49:40 PDT Modified files: sys/dev/usb uhci.c Log: - When aborting an interrupt pipe, just wait for 1ms for the completion of the current interrupt trasaction. - Do not schedule the next interrupt transaction if the pipe is being aborted or the last round of the interrupt transaction ended with error. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.26 +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