From owner-svn-src-all@FreeBSD.ORG Sun Feb 15 22:50:01 2009 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 A5C33106564A; Sun, 15 Feb 2009 22:50:01 +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 440438FC1A; Sun, 15 Feb 2009 22:50:01 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 6DA1AFF39; Mon, 16 Feb 2009 11:50:00 +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 fBaYr0OdjDQN; Mon, 16 Feb 2009 11:49:56 +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 11:49:56 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 0D6231142B; Mon, 16 Feb 2009 11:49:55 +1300 (NZDT) Date: Sun, 15 Feb 2009 14:49:55 -0800 From: Andrew Thompson To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20090215224955.GD74071@citylink.fud.org.nz> References: <200902152233.n1FMXimc005138@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902152233.n1FMXimc005138@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: svn commit: r188660 - in head: . sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf 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: Sun, 15 Feb 2009 22:50:02 -0000 On Sun, Feb 15, 2009 at 10:33:44PM +0000, Andrew Thompson wrote: > Author: thompsa > Date: Sun Feb 15 22:33:44 2009 > New Revision: 188660 > URL: http://svn.freebsd.org/changeset/base/188660 > > Log: > Switch over GENERIC kernels to USB2 by default. > > Tested by: make universe I mentioned it in my HEADSUP email to the lists but just to be clear the current kernel option and module naming is temporary. Once the code is properly moved in svn then the old naming will resume (ie, usb, ehci, uftdi). > Modified: > head/UPDATING > head/sys/amd64/conf/GENERIC > head/sys/i386/conf/GENERIC > head/sys/ia64/conf/GENERIC > head/sys/pc98/conf/GENERIC > head/sys/powerpc/conf/GENERIC > head/sys/sparc64/conf/GENERIC > head/sys/sun4v/conf/GENERIC > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Sun Feb 15 22:18:16 2009 (r188659) > +++ head/UPDATING Sun Feb 15 22:33:44 2009 (r188660) > @@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. > to maximize performance. (To disable malloc debugging, run > ln -s aj /etc/malloc.conf.) > > +20090215: > + 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. If you are loading USB kernel modules or have a custom kernel > + that includes GENERIC then ensure that usb names are also changed over, > + eg uftdi -> usb2_serial_ftdi > + > 20090203: > The ichsmb(4) driver has been changed to require SMBus slave > addresses be left-justified (xxxxxxx0b) rather than right-justified.