From owner-cvs-all@FreeBSD.ORG Thu Jan 8 16:32:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD9716A4CE; Thu, 8 Jan 2004 16:32:58 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19AA543D39; Thu, 8 Jan 2004 16:32:58 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id EDBD65C739; Thu, 8 Jan 2004 16:32:57 -0800 (PST) Date: Thu, 8 Jan 2004 16:32:57 -0800 From: Alfred Perlstein To: Bill Paul Message-ID: <20040109003257.GH9623@elvis.mu.org> References: <200401081044.i08Aib1G058831@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401081044.i08Aib1G058831@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis ndis_var.h src/sys/dev/if_ndis if_ndis.c if_ndisvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 00:32:58 -0000 * Bill Paul [040108 02:44] wrote: > Using these tweaks, I can now get the Broadcom BCM5701 NDIS > driver to load and run. Unfortunately, the version I have seems > to suffer from the same bug as the SMC 83820 driver, which is > that it creates a spinlock during its DriverEntry() routine. > I'm still debating the right way to deal with this. What problem does that present? -- - Alfred Perlstein