From owner-freebsd-usb@FreeBSD.ORG Fri Nov 5 23:34:57 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C26B16A4CE for ; Fri, 5 Nov 2004 23:34:57 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A134D43D48 for ; Fri, 5 Nov 2004 23:34:56 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iA5NXcFD079344; Fri, 5 Nov 2004 16:33:38 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 05 Nov 2004 16:33:53 -0700 (MST) Message-Id: <20041105.163353.112814540.imp@bsdimp.com> To: brooks@one-eyed-alien.net From: "M. Warner Losh" In-Reply-To: <20041105232734.GA11231@odin.ac.hmc.edu> References: <20041105.161849.93359849.imp@bsdimp.com> <20041105232734.GA11231@odin.ac.hmc.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: usb@freebsd.org Subject: Re: my usb plans X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 23:34:57 -0000 In message: <20041105232734.GA11231@odin.ac.hmc.edu> Brooks Davis writes: : On Fri, Nov 05, 2004 at 04:18:49PM -0700, M. Warner Losh wrote: : > That does bring up a good point: How are we going to manage the compat : > stuff moving forward? : : My opinion shouldn't carry much weight in this discussion since I : haven't written any significant code in this area, but the compat code : has confused the heck out of me every time I tried to read through the : USB code. Given the problems we've seen with USB over the last several : years, I don't think the compat code has been the win we hoped it would : be. I hate the compat later. I'd love to see it go. I'd even be open for a better compat layer, but what we have now is painful! warner