From owner-svn-src-head@FreeBSD.ORG Mon Aug 13 17:52:27 2012 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 8914D1065672; Mon, 13 Aug 2012 17:52:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8EB8FC08; Mon, 13 Aug 2012 17:52:26 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 306501857; Mon, 13 Aug 2012 19:52:19 +0200 From: Hans Petter Selasky To: Gavin Atkinson Date: Mon, 13 Aug 2012 19:52:54 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201208121753.q7CHr7VU017178@svn.freebsd.org> <1344877781.20407.59.camel@buffy.york.ac.uk> In-Reply-To: <1344877781.20407.59.camel@buffy.york.ac.uk> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201208131952.54817.hselasky@c2i.net> Cc: "svn-src-head@FreeBSD.org" , "svn-src-all@FreeBSD.org" , "src-committers@FreeBSD.org" Subject: Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys 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: Mon, 13 Aug 2012 17:52:27 -0000 On Monday 13 August 2012 19:09:41 Gavin Atkinson wrote: > On Sun, 2012-08-12 at 17:53 +0000, Hans Petter Selasky wrote: > > Author: hselasky > > Date: Sun Aug 12 17:53:06 2012 > > New Revision: 239214 > > URL: http://svn.freebsd.org/changeset/base/239214 > > > > Log: > > Add support for the so-called streams feature of BULK endpoints > > in SUPER-speed mode, USB 3.0. > > [...] > > > All USB drivers should be re-compiled after this change. > > When this is merged, is there a way to do this without requiring all > drivers to be recompiled? If not, it sounds like this (and indeed > 239179) may not be merge candidates :( > > Gavin Hi, If the USB drivers do not do anything special, like accessing the changed structures, then they should be fine. Please let me know what you think. I don't need to merge this 9-stable, if you think it will break something. --HPS