From owner-cvs-all Tue Apr 20 14:38: 1 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 1124214EE8; Tue, 20 Apr 1999 14:37:55 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA34057; Tue, 20 Apr 1999 14:35:28 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199904202135.OAA34057@freefall.freebsd.org> From: Nick Hibma Date: Tue, 20 Apr 1999 14:35:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c uhcireg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/04/20 14:35:28 PDT Modified files: sys/dev/usb uhci.c uhcireg.h Log: 1) Change printf's into DPRINTF. 2) rename variables to be more conclusive. 3) fix a problem in uhci_ii_done. Avoid collecting all the status's of the TD's, we only need to one from the last inactive one. 4) Change the errorcount from 2 to 3 (see UHCI spec.). Revision Changes Path 1.20 +96 -85 src/sys/dev/usb/uhci.c 1.9 +2 -2 src/sys/dev/usb/uhcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message