From owner-cvs-src@FreeBSD.ORG Fri Oct 31 19:37:34 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 9145E16A4CE; Fri, 31 Oct 2003 19:37:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 118F443FA3; Fri, 31 Oct 2003 19:37:34 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA13bXXJ071673; Fri, 31 Oct 2003 19:37:33 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA13bXVj071672; Fri, 31 Oct 2003 19:37:33 -0800 (PST) (envelope-from sam) Message-Id: <200311010337.hA13bXVj071672@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Oct 2003 19:37:33 -0800 (PST) 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 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: Sat, 01 Nov 2003 03:37:34 -0000 sam 2003/10/31 19:37:33 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: o check hal ABI version to catch driver-HAL mismatches o print MAC, PHY, and radio h/w revisions at attach Revision Changes Path 1.31 +16 -0 src/sys/dev/ath/if_ath.c