From owner-cvs-all@FreeBSD.ORG Tue Jul 22 08:04:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7189C37B401; Tue, 22 Jul 2003 08:04:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0728543FAF; Tue, 22 Jul 2003 08:04:51 -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 h6MF4o0U090148; Tue, 22 Jul 2003 08:04:50 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6MF4oBq090147; Tue, 22 Jul 2003 08:04:50 -0700 (PDT) Message-Id: <200307221504.h6MF4oBq090147@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 22 Jul 2003 08:04:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/atm/atm Makefile atm.h atm_proatm.c atm_show.c atm_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 15:04:51 -0000 harti 2003/07/22 08:04:50 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/atm/atm Makefile atm.h atm_show.c atm_subr.c Added files: (Branch: RELENG_4) sbin/atm/atm atm_proatm.c Log: Handle the new device, API, vendor codes for the ProATM card. Add printing of ProATM statistics. Submitted by: Vincent Jardin Revision Changes Path 1.4.2.2 +2 -2 src/sbin/atm/atm/Makefile 1.4.2.1 +3 -0 src/sbin/atm/atm/atm.h 1.1.2.1 +624 -0 src/sbin/atm/atm/atm_proatm.c (new) 1.3.2.2 +3 -0 src/sbin/atm/atm/atm_show.c 1.3.2.2 +11 -0 src/sbin/atm/atm/atm_subr.c