From owner-svn-src-all@FreeBSD.ORG Sat Nov 21 01:43:22 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 D2BCA106566B; Sat, 21 Nov 2009 01:43:22 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C1EE38FC0A; Sat, 21 Nov 2009 01:43:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nAL1hMHN062262; Sat, 21 Nov 2009 01:43:22 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAL1hMx3062260; Sat, 21 Nov 2009 01:43:22 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <200911210143.nAL1hMx3062260@svn.freebsd.org> From: Doug Barton Date: Sat, 21 Nov 2009 01:43:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199621 - head 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: Sat, 21 Nov 2009 01:43:22 -0000 Author: dougb Date: Sat Nov 21 01:43:22 2009 New Revision: 199621 URL: http://svn.freebsd.org/changeset/base/199621 Log: Add a note that wpa_supplicant(8) may require a full world build to sync up with 20091109. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Nov 21 00:34:51 2009 (r199620) +++ head/UPDATING Sat Nov 21 01:43:22 2009 (r199621) @@ -42,6 +42,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. Applications that require wireless scan results (e.g. ifconfig(8)) from net80211 need to be recompiled. + Applications such as wpa_supplicant(8) may require a full world + build without using NO_CLEAN in order to get synchronized with the + new structure. + 20091025: The iwn(4) driver has been updated to support the 5000 and 5150 series. There's one kernel module for each firmware. Adding "device iwnfw"