From owner-cvs-src@FreeBSD.ORG Wed Dec 8 17:34:36 2004 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 98D4A16A4CE; Wed, 8 Dec 2004 17:34:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A0C43D41; Wed, 8 Dec 2004 17:34:36 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB8HYa6J083966; Wed, 8 Dec 2004 17:34:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB8HYahi083965; Wed, 8 Dec 2004 17:34:36 GMT (envelope-from sam) Message-Id: <200412081734.iB8HYahi083965@repoman.freebsd.org> From: Sam Leffler Date: Wed, 8 Dec 2004 17:34:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_ath_pci.c if_athioctl.h if_athrate.h if_athvar.h 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: Wed, 08 Dec 2004 17:34:36 -0000 sam 2004-12-08 17:34:36 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_ath_pci.c if_athioctl.h if_athvar.h Added files: sys/dev/ath if_athrate.h Log: Update with last year of work. Revision Changes Path 1.58 +2771 -1117 src/sys/dev/ath/if_ath.c 1.9 +6 -21 src/sys/dev/ath/if_ath_pci.c 1.8 +23 -4 src/sys/dev/ath/if_athioctl.h 1.1 +140 -0 src/sys/dev/ath/if_athrate.h (new) 1.15 +238 -83 src/sys/dev/ath/if_athvar.h