From owner-svn-src-all@FreeBSD.ORG Sat Jul 18 21:50:53 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 62A75106564A; Sat, 18 Jul 2009 21:50:53 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 503798FC0A; Sat, 18 Jul 2009 21:50:53 +0000 (UTC) (envelope-from brian@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 n6ILormX012693; Sat, 18 Jul 2009 21:50:53 GMT (envelope-from brian@svn.freebsd.org) Received: (from brian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6ILorri012691; Sat, 18 Jul 2009 21:50:53 GMT (envelope-from brian@svn.freebsd.org) Message-Id: <200907182150.n6ILorri012691@svn.freebsd.org> From: Brian Somers Date: Sat, 18 Jul 2009 21:50:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195758 - stable/7 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, 18 Jul 2009 21:50:54 -0000 Author: brian Date: Sat Jul 18 21:50:53 2009 New Revision: 195758 URL: http://svn.freebsd.org/changeset/base/195758 Log: Fix some typos. The changes only apply to UPDATING in stable/7. PR: 133110 Submitted by: Glen Barber - glen.j.barber at gmail Modified: stable/7/UPDATING Modified: stable/7/UPDATING ============================================================================== --- stable/7/UPDATING Sat Jul 18 20:19:53 2009 (r195757) +++ stable/7/UPDATING Sat Jul 18 21:50:53 2009 (r195758) @@ -143,13 +143,13 @@ portupgrade. The important thing to note is that the 82575 adapters were supported in the em driver in 7.0, but now needed - to be moved into igb, so if you have the effected cards + to be moved into igb, so if you have the affected cards be sure and make any script changes to follow the name change. - There are only 3 PCI ID's effected in this change: + There are only 3 PCI ID's affected in this change: 0x10A7, 0x10A9, and 0x10D6 - So you can know ahead of time if they will be effected, + So you can know ahead of time if they will be affected, these will now be supported in the igb driver. That driver will also support the new 82576 followon. @@ -161,7 +161,7 @@ portupgrade. 20080724: I have MFC'd in code to support multiple routing tables. - see the man pages setfib(1) and setfib(2). + See the man pages setfib(1) and setfib(2). This is a backwards compatible version, but to make use of it you need to compile your kernel with options ROUTETABLES=2 (or more up to 16).