From owner-cvs-src-old@FreeBSD.ORG Sun Nov 22 21:17:14 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 916901065672 for ; Sun, 22 Nov 2009 21:17:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EEDC8FC26 for ; Sun, 22 Nov 2009 21:17:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nAMLHEF3063548 for ; Sun, 22 Nov 2009 21:17:14 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAMLHEwm063547 for cvs-src-old@freebsd.org; Sun, 22 Nov 2009 21:17:14 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200911222117.nAMLHEwm063547@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sun, 22 Nov 2009 21:16:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_core.h usb_device.c usb_hub.c usb_hub.h usb_transfer.c usbdi.h src/sys/dev/usb/controller ehci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 21:17:14 -0000 thompsa 2009-11-22 21:16:43 UTC FreeBSD src repository Modified files: sys/dev/usb usb_core.h usb_device.c usb_hub.c usb_hub.h usb_transfer.c usbdi.h sys/dev/usb/controller ehci.c Log: SVN rev 199672 on 2009-11-22 21:16:43Z by thompsa Improve High Speed slot allocation mechanism by moving the computation to the endpoint rather than per xfer and provide functions around get/free of resources. Submitted by: Hans Petter Selasky Revision Changes Path 1.32 +12 -47 src/sys/dev/usb/controller/ehci.c 1.33 +0 -3 src/sys/dev/usb/usb_core.h 1.50 +1 -1 src/sys/dev/usb/usb_device.c 1.32 +167 -14 src/sys/dev/usb/usb_hub.c 1.12 +2 -2 src/sys/dev/usb/usb_hub.h 1.34 +17 -3 src/sys/dev/usb/usb_transfer.c 1.73 +10 -1 src/sys/dev/usb/usbdi.h