From owner-cvs-src-old@FreeBSD.ORG Mon Jun 15 00:33:59 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 39F21106566B for ; Mon, 15 Jun 2009 00:33:59 +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 23E978FC16 for ; Mon, 15 Jun 2009 00:33:59 +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 n5F0XxO3040356 for ; Mon, 15 Jun 2009 00:33:59 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5F0XxKN040355 for cvs-src-old@freebsd.org; Mon, 15 Jun 2009 00:33:59 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200906150033.n5F0XxKN040355@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Mon, 15 Jun 2009 00:33:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_busdma.c usb_compat_linux.c usb_core.h usb_dev.c usb_device.c usb_msctest.c usb_process.c usb_request.c usb_transfer.c usb_util.c usb_util.h src/sys/dev/usb/serial ufoma.c usb_serial.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: Mon, 15 Jun 2009 00:33:59 -0000 thompsa 2009-06-15 00:33:18 UTC FreeBSD src repository Modified files: sys/dev/usb usb_busdma.c usb_compat_linux.c usb_core.h usb_dev.c usb_device.c usb_msctest.c usb_process.c usb_request.c usb_transfer.c usb_util.c usb_util.h sys/dev/usb/serial ufoma.c usb_serial.c Log: SVN rev 194227 on 2009-06-15 00:33:18Z by thompsa Remove usb2_cv_* and just use the kernel condvar implementation, it was needed earlier since condition variables didnt work with Giant but this was fixed 10 months ago. Revision Changes Path 1.11 +5 -5 src/sys/dev/usb/serial/ufoma.c 1.8 +4 -4 src/sys/dev/usb/serial/usb_serial.c 1.10 +5 -5 src/sys/dev/usb/usb_busdma.c 1.13 +4 -4 src/sys/dev/usb/usb_compat_linux.c 1.27 +0 -8 src/sys/dev/usb/usb_core.h 1.27 +13 -13 src/sys/dev/usb/usb_dev.c 1.39 +5 -5 src/sys/dev/usb/usb_device.c 1.9 +4 -4 src/sys/dev/usb/usb_msctest.c 1.7 +12 -12 src/sys/dev/usb/usb_process.c 1.21 +2 -2 src/sys/dev/usb/usb_request.c 1.23 +4 -4 src/sys/dev/usb/usb_transfer.c 1.9 +0 -103 src/sys/dev/usb/usb_util.c 1.4 +0 -19 src/sys/dev/usb/usb_util.h