From owner-svn-src-all@FreeBSD.ORG Sat Jan 21 12:22:07 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4F8C106566B; Sat, 21 Jan 2012 12:22:07 +0000 (UTC) (envelope-from rwatson@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 89C158FC16; Sat, 21 Jan 2012 12:22:07 +0000 (UTC) Received: from [192.168.2.105] (host86-161-238-124.range86-161.btcentralplus.com [86.161.238.124]) by cyrus.watson.org (Postfix) with ESMTPSA id 16C2046B0C; Sat, 21 Jan 2012 07:22:05 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=windows-1252 From: "Robert N. M. Watson" In-Reply-To: <201201211230.28237.hselasky@c2i.net> Date: Sat, 21 Jan 2012 12:22:02 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <85A5A9E5-401A-414E-93B0-BC4212152AF7@freebsd.org> References: <201201180757.q0I7vHiw029172@svn.freebsd.org> <201201202229.43815.hselasky@c2i.net> <12FADCFC-8ECB-4B7F-80B7-8802DD40C14B@freebsd.org> <201201211230.28237.hselasky@c2i.net> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1251.1) Cc: "svn-src-stable@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , "re@FreeBSD.org" , "svn-src-stable-9@freebsd.org" Subject: Re: svn commit: r230302 - in stable/9/sys/dev/usb: . controller X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2012 12:22:07 -0000 On 21 Jan 2012, at 11:30, Hans Petter Selasky wrote: >>>>> Author: hselasky >>>>> Date: Wed Jan 18 07:57:17 2012 >>>>> New Revision: 230302 >>>>> URL: http://svn.freebsd.org/changeset/base/230302 >>>>>=20 >>>>> Log: >>>>> MFC r230032, r230050, r230090, r230091 and r228493. >>>>> - Various XHCI and USB 3.0 related issues. >>>>> - USB 3.0 HUBs should work after this change. >>>>=20 >>>> Should some portion of this be issued as an Errata Note against >>>> supported 8.x and 9.x releases -- in particular, support for USB = 3.0 >>>> hubs? >>>=20 >>> hrs @ already did that with the 9-release errata I believe. >>=20 >> Sorry, I may have been unclear -- I meant Errata Note in the = freebsd-update >> sense, not as in the release note errata. >=20 > I think there is no such notice at the present moment. Just to clarify, are you saying that: (1) We should not ever do an errata note + binary update for the most = important of these bug fixes, just wait for them to ship in FreeBSD = 8.3/9.1? (2) We should do errata notes + binary updates for the most important of = these bug fixes, but we need to let them settle for a while to ensure = there are no unexpected consequences/etc? Do we think that the impact of the USB 3.0 hub issue will be significant = to our userbase -- e.g., excluding use of USB on many recent systems? Thanks, Robert=