From owner-cvs-src@FreeBSD.ORG Thu Jul 31 07:26:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D2537B401; Thu, 31 Jul 2003 07:26:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA2843F85; Thu, 31 Jul 2003 07:26:09 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VEQ80U059809; Thu, 31 Jul 2003 07:26:08 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VEQ8nZ059808; Thu, 31 Jul 2003 07:26:08 -0700 (PDT) Message-Id: <200307311426.h6VEQ8nZ059808@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 31 Jul 2003 07:26:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.8 fore_dnld.c pca200e.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 14:26:10 -0000 harti 2003/07/31 07:26:07 PDT FreeBSD src repository Modified files: sbin/atm/fore_dnld fore_dnld.8 fore_dnld.c pca200e.c Log: Make firmware version 4.1.12 the default for download to PCA-200E adapters. The old firmware (3.0.1) can still be used by specifying the '-3' option to fore_dnld. Document the -r option that resets the adapter prior to the download. Ther newer firmware version allows traffic shaping. Revision Changes Path 1.7 +7 -2 src/sbin/atm/fore_dnld/fore_dnld.8 1.15 +16 -6 src/sbin/atm/fore_dnld/fore_dnld.c 1.2 +2050 -3 src/sbin/atm/fore_dnld/pca200e.c