From owner-freebsd-doc Fri Sep 13 17:10: 9 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8386337B400 for ; Fri, 13 Sep 2002 17:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D222543E4A for ; Fri, 13 Sep 2002 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8E0A2JU007613 for ; Fri, 13 Sep 2002 17:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8E0A2Rs007612; Fri, 13 Sep 2002 17:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA3E37B400 for ; Fri, 13 Sep 2002 17:04:17 -0700 (PDT) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC28343EC5 for ; Fri, 13 Sep 2002 17:04:11 -0700 (PDT) (envelope-from chris@milan.hitnet.rwth-aachen.de) Received: by milan.hitnet.rwth-aachen.de (Postfix, from userid 1001) id EF1CFAB3F; Sat, 14 Sep 2002 02:04:09 +0200 (CEST) Message-Id: <20020914000409.EF1CFAB3F@milan.hitnet.rwth-aachen.de> Date: Sat, 14 Sep 2002 02:04:09 +0200 (CEST) From: Christian Brueffer Reply-To: Christian Brueffer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/42760: [PATCH] Correct the order of fxp devices in ng_one2many.4 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42760 >Category: docs >Synopsis: [PATCH] Correct the order of fxp devices in ng_one2many.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 17:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Christian Brueffer >Release: FreeBSD 4.6-STABLE i386 >Organization: Aachen University of Technology (RWTH) >Environment: System: FreeBSD milan.hitnet.rwth-aachen.de 4.6-STABLE FreeBSD 4.6-STABLE #2: Fri Jun 28 12:47:08 CEST 2002 chris@milan.hitnet.rwth-aachen.de:/usr/obj/usr/src/sys/LORIEN i386 >Description: The fxp devices get listet as fxp1 fxp3 fxp2 This is somehow confusing, so bring them into the right order >How-To-Repeat: >Fix: --- ng_one2many.4.diff begins here --- --- ng_one2many.4 Mon Oct 1 18:09:21 2001 +++ ng_one2many.4.modified Sat Sep 14 01:57:56 2002 @@ -186,11 +186,11 @@ ngctl connect fxp3: fxp0:upper lower many3 # Allow fxp1 through fxp3 to xmit/recv fxp0 frames ngctl msg fxp1: setpromisc 1 - ngctl msg fxp3: setpromisc 1 ngctl msg fxp2: setpromisc 1 + ngctl msg fxp3: setpromisc 1 ngctl msg fxp1: setautosrc 0 - ngctl msg fxp3: setautosrc 0 ngctl msg fxp2: setautosrc 0 + ngctl msg fxp3: setautosrc 0 # Configure all four links as up ngctl msg fxp0:upper \\ setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 1 1 ] }" --- ng_one2many.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message