From owner-cvs-src-old@FreeBSD.ORG Fri Feb 13 20:57:49 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 4416A1065674 for ; Fri, 13 Feb 2009 20:57:49 +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 2F7B38FC0A for ; Fri, 13 Feb 2009 20:57:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1DKvnV9088093 for ; Fri, 13 Feb 2009 20:57:49 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1DKvnuQ088092 for cvs-src-old@freebsd.org; Fri, 13 Feb 2009 20:57:49 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200902132057.n1DKvnuQ088092@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 13 Feb 2009 20:57:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb2/core usb2_core.h usb2_process.c usb2_process.h usb2_transfer.c usb2_transfer.h 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: Fri, 13 Feb 2009 20:57:52 -0000 thompsa 2009-02-13 20:57:43 UTC FreeBSD src repository Modified files: sys/dev/usb2/core usb2_core.h usb2_process.c usb2_process.h usb2_transfer.c usb2_transfer.h Log: SVN rev 188600 on 2009-02-13 20:57:43Z by thompsa MFp4 //depot/projects/usb; 157501, 157608, 157609 - Make usb2_transfer_pending() part of the USB core header file. - Make usb2_transfer_pending() NULL safe. - Make sure that USB process functions return if the process has been drained. - Remove two unused functions. Submitted by: Hans Petter Selasky Revision Changes Path 1.9 +1 -0 src/sys/dev/usb2/core/usb2_core.h 1.5 +24 -74 src/sys/dev/usb2/core/usb2_process.c 1.4 +0 -2 src/sys/dev/usb2/core/usb2_process.h 1.12 +4 -0 src/sys/dev/usb2/core/usb2_transfer.c 1.7 +0 -1 src/sys/dev/usb2/core/usb2_transfer.h