Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2009 14:49:55 -0800
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
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
Message-ID:  <20090215224955.GD74071@citylink.fud.org.nz>
In-Reply-To: <200902152233.n1FMXimc005138@svn.freebsd.org>
References:  <200902152233.n1FMXimc005138@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090215224955.GD74071>