From owner-svn-src-head@FreeBSD.ORG Tue Nov 3 21:06:19 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79ED91065670; Tue, 3 Nov 2009 21:06:19 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 68D0C8FC0A; Tue, 3 Nov 2009 21:06:19 +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 nA3L6JUQ004920; Tue, 3 Nov 2009 21:06:19 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nA3L6JCn004918; Tue, 3 Nov 2009 21:06:19 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200911032106.nA3L6JCn004918@svn.freebsd.org> From: Andrew Thompson Date: Tue, 3 Nov 2009 21:06:19 +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: r198859 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 21:06:19 -0000 Author: thompsa Date: Tue Nov 3 21:06:19 2009 New Revision: 198859 URL: http://svn.freebsd.org/changeset/base/198859 Log: Belatedly add an UPDATING message for the usb ethernet ifnet naming in r188412. MFC after: 3 days Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Nov 3 20:22:09 2009 (r198858) +++ head/UPDATING Tue Nov 3 21:06:19 2009 (r198859) @@ -537,6 +537,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. # Map old usb library to new one for usb2 stack libusb-0.1.so.8 libusb20.so.1 +20090209: + All USB ethernet devices now attach as interfaces under the name ueN + (eg. ue0). This is to provide a predictable name as vendors often + change usb chipsets in a product without notice. + 20090203: The ichsmb(4) driver has been changed to require SMBus slave addresses be left-justified (xxxxxxx0b) rather than right-justified.