From owner-freebsd-usb@FreeBSD.ORG Mon Jun 18 19:40:03 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13F2F16A469 for ; Mon, 18 Jun 2007 19:40:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C898213C455 for ; Mon, 18 Jun 2007 19:40:02 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5IJdgoi005100; Mon, 18 Jun 2007 13:39:43 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 18 Jun 2007 13:40:13 -0600 (MDT) Message-Id: <20070618.134013.-1540393601.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: <4672E722.507@elischer.org> References: <466ED7FF.4070609@elischer.org> <200706131104.47337.hselasky@c2i.net> <4672E722.507@elischer.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 18 Jun 2007 13:39:44 -0600 (MDT) Cc: freebsd-usb@freebsd.org Subject: Re: reminder X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 19:40:03 -0000 In message: <4672E722.507@elischer.org> Julian Elischer writes: : Warner is doing a lot of cleaning in the existing code I notice... I'm just doing a preening of the code to finish up the removal of the compatibility macros I started many moons ago. I've found at least one real bug, but it may have been a bug in my earlier cleaning. I don't plan on doing anything more extensive than a few bugs fixes. After I get done with the cleaning, I plan on restoring usb_port.h so that drivers can include it explicitly if they think they can use it to be portable between systems. Warner