From owner-cvs-src-old@FreeBSD.ORG Wed Dec 9 22:37:18 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 55B871065692 for ; Wed, 9 Dec 2009 22:37:18 +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 41E128FC1A for ; Wed, 9 Dec 2009 22:37:18 +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 nB9MbIuN075888 for ; Wed, 9 Dec 2009 22:37:18 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB9MbIBY075887 for cvs-src-old@freebsd.org; Wed, 9 Dec 2009 22:37:18 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200912092237.nB9MbIBY075887@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Wed, 9 Dec 2009 22:37:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Wed, 09 Dec 2009 22:37:18 -0000 thompsa 2009-12-09 22:37:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) 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 200328 on 2009-12-09 22:37:06Z by thompsa MFC r199672 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.26.2.7 +12 -47 src/sys/dev/usb/controller/ehci.c 1.30.2.4 +0 -3 src/sys/dev/usb/usb_core.h 1.44.2.7 +1 -1 src/sys/dev/usb/usb_device.c 1.28.2.5 +167 -14 src/sys/dev/usb/usb_hub.c 1.11.2.2 +2 -2 src/sys/dev/usb/usb_hub.h 1.28.2.7 +17 -3 src/sys/dev/usb/usb_transfer.c 1.71.2.3 +10 -1 src/sys/dev/usb/usbdi.h