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

Andrew Thompson thompsa at FreeBSD.org
Sun Feb 15 14:50:02 PST 2009


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.


More information about the svn-src-all mailing list