From owner-svn-src-head@FreeBSD.ORG Thu Nov 6 17:02:44 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6D01065677; Thu, 6 Nov 2008 17:02:44 +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 0B8098FC25; Thu, 6 Nov 2008 17:02:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id mA6H0pgC053626; Thu, 6 Nov 2008 10:00:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 06 Nov 2008 10:02:06 -0700 (MST) Message-Id: <20081106.100206.-1889957246.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: <864p2l5hf1.fsf@ds4.des.no> References: <86skq6gxtn.fsf@ds4.des.no> <20081105.144840.-432836001.imp@bsdimp.com> <864p2l5hf1.fsf@ds4.des.no> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, alfred@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 17:02:44 -0000 In message: <864p2l5hf1.fsf@ds4.des.no> Dag-Erling_Sm=F8rgrav writes: : "M. Warner Losh" writes: : > Dag-Erling_Sm=F8rgrav writes: : > > It looks like whoever wrote this went out of their way to find ne= w and : > > creative ways to break just about every style rule we have. : > Not just coding style, but also style of /dev entries, the modules : > style, etc. : = : So the question is, why was this code imported at all? Because it is useful. The current usb stack is in disrepair and people thought it could be fixed up after the import. This is an experiment, one that may well fail, to see if that's the case. Warner