Date: Mon, 23 Feb 2009 18:56:49 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188946 - in head: . sys/sys Message-ID: <200902231856.n1NIunjw033066@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thompsa Date: Mon Feb 23 18:56:49 2009 New Revision: 188946 URL: http://svn.freebsd.org/changeset/base/188946 Log: Add an UPDATING entry and bump the OS version to 800064. Modified: head/UPDATING head/sys/sys/param.h Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Feb 23 18:36:54 2009 (r188945) +++ head/UPDATING Mon Feb 23 18:56:49 2009 (r188946) @@ -22,6 +22,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090223: + The new USB2 stack has now been permanently moved in and all kernel and + module names revered to their previous values (eg, usb, ehci, ohci, + ums, ...). The old usb stack can be compled in by prefixing the name + with the letter 'o', the old usb modules have been removed. + Updating entry 20090216 for xorg may still apply. + 20090217: The rc.conf(5) option if_up_delay has been renamed to defaultroute_delay to better reflect its purpose. If you have Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Mon Feb 23 18:36:54 2009 (r188945) +++ head/sys/sys/param.h Mon Feb 23 18:56:49 2009 (r188946) @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 800063 /* Master, propagated to newvers */ +#define __FreeBSD_version 800064 /* Master, propagated to newvers */ #ifndef LOCORE #include <sys/types.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902231856.n1NIunjw033066>