From owner-freebsd-current@FreeBSD.ORG Sat Dec 27 04:19:45 2008 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 D1BFE1065673; Sat, 27 Dec 2008 04:19:45 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (brucec-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:c09::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9329E8FC08; Sat, 27 Dec 2008 04:19:45 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 4BA87192D0; Fri, 26 Dec 2008 23:19:44 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon X-Spam-Level: X-Spam-Status: No, score=-2.4 required=8.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 Received: from gluon (unknown [IPv6:2a01:348:10f:0:240:f4ff:fe57:9871]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Fri, 26 Dec 2008 23:19:44 -0500 (EST) Date: Sat, 27 Dec 2008 04:19:38 +0000 From: Bruce Cran To: "Niclas Zeising" Message-ID: <20081227041938.700207bb@gluon> In-Reply-To: References: <20081222214010.GA18389@elvis.mu.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alfred Perlstein , current@freebsd.org Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. 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: Sat, 27 Dec 2008 04:19:45 -0000 On Mon, 22 Dec 2008 23:14:19 +0100 "Niclas Zeising" wrote: > Looking at the diff, I noticed that it says > +#device usb2_misc # USB Misc. > (required) But it's commented out. Why is that if it's required, or > is it only required for certain options? If the former is the case, > it should probably be uncommented, otherwise the comment that it's > required should probably clarified. > > Does it work for the other arches (most noticeably amd64) as well, or > just i386? > > Lastly, please take a look at pr conf/128590 for updates to NOTES with > most of these options. > usb2_misc will only be required for usb2_misc_dbp; likewise, usb2_ethernet is required only for the usb2_ethernet_* devices that follow. I've been testing it on amd64 and it works well; I haven't tried it powerpc yet though so I don't know if it works on the less popular platforms too. -- Bruce Cran