From owner-cvs-all@FreeBSD.ORG Sun Sep 14 11:07:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 97EA216A4C0; Sun, 14 Sep 2003 11:07:12 -0700 (PDT) In-Reply-To: <200309141633.h8EGXn3N094565@repoman.freebsd.org> from "Matthew N. Dodd" at "Sep 14, 2003 09:33:48 am" To: mdodd@FreeBSD.org (Matthew N. Dodd) Date: Sun, 14 Sep 2003 11:07:12 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20030914180712.97EA216A4C0@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c if_xlreg.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: Sun, 14 Sep 2003 18:07:12 -0000 > mdodd 2003/09/14 09:33:48 PDT > > FreeBSD src repository > > Modified files: > sys/pci if_xl.c if_xlreg.h > Log: > - Avoid calling pci_get_device() more than once in a single function. > - Provide a mechanism to prevent the use of MMIO. > - Prevent the use of MMIO for all 3c575 cardbus cards. > > Revision Changes Path > 1.153 +39 -22 src/sys/pci/if_xl.c > 1.47 +1 -0 src/sys/pci/if_xlreg.h > Out of curiosity, what was it that prompted disallowing the use of MMIO for cardbus cards? I had a problem with mine when I installed 5.1-RELEASE, which I fixed by adding a delay after issuing the reset command (trying to access registers too soon after the reset would hang my laptop). I figured that was the extent of the problem, but I wouldn't be surprised to find out I was wrong. -Bill