From owner-cvs-src@FreeBSD.ORG Fri Oct 31 19:19:52 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 60BBF16A4CE; Fri, 31 Oct 2003 19:19:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E198943F75; Fri, 31 Oct 2003 19:19:51 -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 hA13JpXJ070484; Fri, 31 Oct 2003 19:19:51 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA13Jpse070483; Fri, 31 Oct 2003 19:19:51 -0800 (PST) (envelope-from sam) Message-Id: <200311010319.hA13Jpse070483@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Oct 2003 19:19:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ATHEROS Subject: cvs commit: src/sys/contrib/dev/ath - Imported sources 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:19:52 -0000 sam 2003/10/31 19:19:51 PST FreeBSD src repository src/sys/contrib/dev/ath - Imported sources Update of /home/ncvs/src/sys/contrib/dev/ath In directory repoman.freebsd.org:/tmp/cvs-serv63129 Log Message: Version 0.9.5.17: o change os glue API to be compatible with Linux so hal.o's can be used on any system o add ABI version to catch driver-HAL mismatches o move hal version information from ah_osdep.c to binary component o remove ath_hal_wait os glue component o assign constant values to all enums to avoid potential compiler incompatibilities o add support for 3Com badged cards (PCI vendor ID) o add support for IBM mini-pci cards (PCI device ID) o expose MAC, PHY, and radio hardware revisions o support for big-endian platforms o new method to set slot time in us o bug fix for 5211: beacon timers not setup correctly o bug fix for 5212: don't crash when handed a 5112 radio Status: Vendor Tag: ATHEROS Release Tags: V0_9_5_17 U src/sys/contrib/dev/ath/COPYRIGHT U src/sys/contrib/dev/ath/README U src/sys/contrib/dev/ath/ah.h U src/sys/contrib/dev/ath/ah_desc.h U src/sys/contrib/dev/ath/ah_devid.h U src/sys/contrib/dev/ath/version.h U src/sys/contrib/dev/ath/freebsd/ah_if.m U src/sys/contrib/dev/ath/freebsd/ah_osdep.c U src/sys/contrib/dev/ath/freebsd/ah_osdep.h C src/sys/contrib/dev/ath/freebsd/i386-elf.hal.o.uu U src/sys/contrib/dev/ath/freebsd/opt_ah.h 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jATHEROS:yesterday -jATHEROS src/sys/contrib/dev/ath