From owner-cvs-all Sun Jul 1 16:41:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30B6C37B403; Sun, 1 Jul 2001 16:41:25 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61NfP721259; Sun, 1 Jul 2001 16:41:25 -0700 (PDT) (envelope-from imp) Message-Id: <200107012341.f61NfP721259@freefall.freebsd.org> From: Warner Losh Date: Sun, 1 Jul 2001 16:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/07/01 16:41:25 PDT Modified files: sys/pccard pcic_pci.c Log: Write zeros into the base/bounds register bars. We need to do this because NEWBUS (and I think some versions of Windows sometimes) writes 0xffffffff to these registers to disable them. When they are "disabled" like this, writing memory ranges to the pcic registers are ignored and you will get "card (null) (null)" when you insert a call otherwise. Revision Changes Path 1.52 +17 -1 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message