From owner-cvs-src@FreeBSD.ORG Tue Jul 22 14:21:43 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 1AE3E37B401; Tue, 22 Jul 2003 14:21:43 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D37A43F3F; Tue, 22 Jul 2003 14:21:42 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h6MLLc7N036417 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 22 Jul 2003 14:21:40 -0700 (PDT) (envelope-from sam@errno.com) Date: Tue, 22 Jul 2003 14:21:38 -0700 From: Sam Leffler To: "M. Warner Losh" Message-ID: <346809425.1058883698@melange.errno.com> In-Reply-To: <20030722.150120.118025104.imp@bsdimp.com> References: <200307212320.h6LNKfE2012354@repoman.freebsd.org> <20030722.150120.118025104.imp@bsdimp.com> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/wi if_wi.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: Tue, 22 Jul 2003 21:21:43 -0000 > In message: <200307212320.h6LNKfE2012354@repoman.freebsd.org> > Sam Leffler writes: > : o Add monitor mode support. This tested fine with prism cards but > may require : newer lucent/hermes firmware than indicated > (investigating). I'm committing : this now since it shouldn't hurt > anything. > > Only certain versions of lucent/hermes firmware have this. 6.10 was > said not to have it, 6.30 was said to have it, and 5.xx and 8.xx are > known not to have it. I can verify 6.10 does not have it. Unfortunately I'm having trouble loading new firmware to verify/not verify other versions. The original author of the change for Lucent-specific bits says 8.10 works but hasn't tested other versions. I'd like to narrow the firmware revs to only enable this for known-good revs but that may take a bunch of work... Sam