From owner-cvs-src@FreeBSD.ORG Tue Aug 19 20:46:06 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 7421D16A4BF; Tue, 19 Aug 2003 20:46:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003DD43FEC; Tue, 19 Aug 2003 20:46:06 -0700 (PDT) (envelope-from ambrisko@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 h7K3k50U010023; Tue, 19 Aug 2003 20:46:05 -0700 (PDT) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7K3k5c5010022; Tue, 19 Aug 2003 20:46:05 -0700 (PDT) Message-Id: <200308200346.h7K3k5c5010022@repoman.freebsd.org> From: Doug Ambrisko Date: Tue, 19 Aug 2003 20:46:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_an_pci.c if_anreg.h src/usr.sbin/ancontrol ancontrol.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: Wed, 20 Aug 2003 03:46:07 -0000 ambrisko 2003/08/19 20:46:05 PDT FreeBSD src repository Modified files: sys/dev/an if_aironet_ieee.h if_an.c if_an_pci.c if_anreg.h usr.sbin/ancontrol ancontrol.c Log: - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs! - Fix up TX speed changes. - Make mpi-350 cards sort-of work with new firmware. It RXs okay but TXs only work for about 14 packets then fails to get an interrupt. The TX watchdog fires. It has been reported that my hack for now doesn't break cards with the older firmware. It appears my card has lost the ability to RX or TX at all but other peoples cards work. I assume it got damaged in tansport. MFC: 1 week. Revision Changes Path 1.12 +17 -4 src/sys/dev/an/if_aironet_ieee.h 1.52 +137 -73 src/sys/dev/an/if_an.c 1.22 +1 -1 src/sys/dev/an/if_an_pci.c 1.18 +17 -9 src/sys/dev/an/if_anreg.h 1.21 +42 -50 src/usr.sbin/ancontrol/ancontrol.c