Date: Tue, 20 Apr 1999 14:35:28 -0700 (PDT) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c uhcireg.h Message-ID: <199904202135.OAA34057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904202135.OAA34057>