From owner-svn-src-all@FreeBSD.ORG Tue Apr 28 04:45:07 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 184C41065672; Tue, 28 Apr 2009 04:45:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DF8918FC18; Tue, 28 Apr 2009 04:45:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3S4j6Uf038546; Tue, 28 Apr 2009 04:45:06 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3S4j6Sd038545; Tue, 28 Apr 2009 04:45:06 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <200904280445.n3S4j6Sd038545@svn.freebsd.org> From: Hiroki Sato Date: Tue, 28 Apr 2009 04:45:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org X-SVN-Group: releng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191614 - releng/7.2/release/doc/en_US.ISO8859-1/relnotes 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: Tue, 28 Apr 2009 04:45:07 -0000 Author: hrs Date: Tue Apr 28 04:45:06 2009 New Revision: 191614 URL: http://svn.freebsd.org/changeset/base/191614 Log: Update release notes: schizo driver on sparc64, txp(4) various improvements, tap(4) SIOSIFMTU support. Approved by: re (implicit) Modified: releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml ============================================================================== --- releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml Tue Apr 28 02:59:18 2009 (r191613) +++ releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml Tue Apr 28 04:45:06 2009 (r191614) @@ -348,6 +348,10 @@ MSI/MSIX is enabled. This change fixes interrupt storm related issues. + The schizo(4) driver for Schizo + Fireplane/Safari to PCI 2.1 and Tomatillo JBus to PCI 2.2 + bridges has been added. + A &man.sysctl.3; leaf node has a flag to tag itself as MPSAFE now. @@ -480,8 +484,18 @@ A bug in &man.sis.4; on VLAN tagged frame handling has been fixed. - The &man.txp.4; driver has been updated to the latest - firmware. + The &man.txp.4; driver now works on all supported + architecture. Also, &man.altq.4; support, WoL support, + checksum offload when VLAN enabled, better link state + change handling, a new sysctl variable + dev.txp.N.stats + for MAC statistics have been added. A new sysctl + variable + dev.txp.N.process_limit + to control how many received frames should be served in Rx + handler (set to 64 by default and valid ranges are 16 to + 128 in unit of frames) has been added. The firmware has + been updated to the latest version. @@ -531,6 +545,13 @@ obtain network interface name using file descriptor for character device. + The &man.tap.4; now supports + SIOCSIFMTU ioctl to set a higher MTU than + 1500 (ETHERMTU). This allows &man.tap.4; device to be added + to a bridge, which requires all interface members to have + the same MTU, with an interface configured for jumbo + frames. + The domains list for handling the list of supported domains in the &man.unix.4; (UNIX domain protocol family) subsystem is now MPSAFE.