From owner-freebsd-current@FreeBSD.ORG Sun Feb 15 23:41:00 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 347F71065670 for ; Sun, 15 Feb 2009 23:41:00 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id ECF938FC17 for ; Sun, 15 Feb 2009 23:40:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 2DC69FF39; Mon, 16 Feb 2009 12:40:59 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XG9hnAQgGvK0; Mon, 16 Feb 2009 12:40:55 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 16 Feb 2009 12:40:55 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id E780D1142F; Mon, 16 Feb 2009 12:40:54 +1300 (NZDT) Date: Sun, 15 Feb 2009 15:40:54 -0800 From: Andrew Thompson To: Michael Butler Message-ID: <20090215234054.GA3397@citylink.fud.org.nz> References: <20090215223428.GA74071@citylink.fud.org.nz> <4998A53C.9040706@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4998A53C.9040706@protected-networks.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: current@freebsd.org Subject: Re: HEADSUP: USB2 now default in GENERIC kernels 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: Sun, 15 Feb 2009 23:41:00 -0000 On Sun, Feb 15, 2009 at 06:29:00PM -0500, Michael Butler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Andrew Thompson wrote: > > The GENERIC kernels for all architectures now default to the new USB2 stack. No > > kernel config options or code have been removed so if a problem arises please > > report it and optionally revert to the old USB stack. > > usb2_serial_slcom seems not to have made it into the switch, Fixed in r188665, thanks.