From owner-freebsd-current@FreeBSD.ORG Fri Feb 20 10:05:08 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5910106566C for ; Fri, 20 Feb 2009 10:05:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 979B38FC08 for ; Fri, 20 Feb 2009 10:05:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 02F3C41C678; Fri, 20 Feb 2009 11:05:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id D4RNEhkOtxsF; Fri, 20 Feb 2009 11:05:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 94C1A41C677; Fri, 20 Feb 2009 11:05:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 5E8A34448E6; Fri, 20 Feb 2009 10:02:09 +0000 (UTC) Date: Fri, 20 Feb 2009 10:02:09 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Andrew Thompson In-Reply-To: <20090220062126.GA4137@citylink.fud.org.nz> Message-ID: <20090220100115.R53478@maildrop.int.zabbadoz.net> References: <20090220033740.GA903@citylink.fud.org.nz> <20090220062126.GA4137@citylink.fud.org.nz> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: usb@freebsd.org, FreeBSD current mailing list Subject: Re: CFR: usb switchover patches X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 10:05:09 -0000 On Thu, 19 Feb 2009, Andrew Thompson wrote: > On Thu, Feb 19, 2009 at 07:37:40PM -0800, Andrew Thompson wrote: >> Hi, >> >> >> I have put together a proposed set of changes for moving USB2 to its >> permanent location. The layout has some differences to how it is right >> now so I am looking for feedback. >> >> The changeover requires that the old usb stack be available until 8.0 is >> branched and moves it from sys/dev/usb to sys/legacy/dev/usb. The reason >> for this location is to reduce the changes in #includes (using -I >> compiler hacks). The patch doesnt show userland changes required for >> usbdevs and friends but they will be done. > > Also, I wasnt planning on keeping the old usb kernel modules hooked into > the build unless someone particularly wants them. They can all still be > built into the kernel. what about renaming it to dev/usb1 instead of starting another top level directory in sys/ ? I mean I like legacy and would prefer to move netinet/ in there asap but;-)) /bz -- Bjoern A. Zeeb The greatest risk is not taking one.