From owner-freebsd-doc@FreeBSD.ORG Tue Mar 31 02:16:17 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 034BB106566B for ; Tue, 31 Mar 2009 02:16:17 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id B169B8FC1D for ; Tue, 31 Mar 2009 02:16:16 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so1565121ywh.13 for ; Mon, 30 Mar 2009 19:16:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=shsmJLCM+PXHd7FeDLp0esQnc3DXvBoS55Jyex/f8Rs=; b=DHKFymaYuk0+/a8009iHumg8VdTaheeLNapbnXKFhoJZQ+5a8nq7EmMXiuooB6OOTj U3uTBn7AQqR30DZuP64a2KddjOuZKIkJp6j3J9wtS7YH9yvS/uHvKnq01vZwH+II8g/r uEv7By4SxKWDvzCS6/ELtAhnFtyfUoBjODrho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=UrD6wb7+OCkUzGzsJ8PKGdBPQs5XyCF9mwpWCFEK2j2qiv6OWJUzMMCUguLnDM882M 5s5WPK8vbOfnLGN7GufMC9o5vKTd23LSsbb/PR2YERJOm7pVSHNGdbixKWCnS48PuqSD myuQEHjeRONkwUwpkEAuV2EiCJ8HthVKZqA8Y= MIME-Version: 1.0 Received: by 10.100.9.19 with SMTP id 19mr4640728ani.8.1238465297170; Mon, 30 Mar 2009 19:08:17 -0700 (PDT) In-Reply-To: <4ad871310903301901v1159fabn7f53d4965ee23439@mail.gmail.com> References: <49cc63c8.14be600a.61fe.0976@mx.google.com> <200903270530.n2R5U1qo059643@freefall.freebsd.org> <4ad871310903301901v1159fabn7f53d4965ee23439@mail.gmail.com> Date: Mon, 30 Mar 2009 22:08:17 -0400 Message-ID: <4ad871310903301908v3c663e1fo7d0638900b97dd0d@mail.gmail.com> From: Glen Barber To: FreeBSD-gnats-submit@freebsd.org, freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: docs/133110: [patch] Typo corrections for /usr/src/UPDATING X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 02:16:17 -0000 On Mon, Mar 30, 2009 at 10:01 PM, Glen Barber wro= te: > I found more typographical errors in /usr/src/UPDATING and will be > submitting a follow-up patch shortly. =A0Please disregard the initial > patch. > The corrected patch follows: fixed grammatical errors of 'effected' to 'affected' and a capitalization error. --=20 Glen Barber Index: UPDATING =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- UPDATING (revision 32) +++ UPDATING (working copy) @@ -124,13 +124,13 @@ 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. @@ -142,7 +142,7 @@ 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=3D2 (or more up to 16).