From owner-cvs-all Tue Oct 30 7:31:57 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 2CB3A37B406; Tue, 30 Oct 2001 07:31:50 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9UFVoq15964; Tue, 30 Oct 2001 07:31:50 -0800 (PST) (envelope-from imp) Message-Id: <200110301531.f9UFVoq15964@freefall.freebsd.org> From: Warner Losh Date: Tue, 30 Oct 2001 07:31:49 -0800 (PST) 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/10/30 07:31:49 PST Modified files: sys/pccard pcic_pci.c Log: Restore the main BAR for the bridge on resume. Some machines don't save this accross suspend/resume events and this was causing the dreaded false positive hit on my "static bug" test. Note: the PCI bus code should do this for us. Note2: We don't do the same for I/O based pci devices since it is more code and doesn't appear to be necessary. Submitted by: Toshiyuki Kawashima-san Obtained from: bsd-nomads:16012 Revision Changes Path 1.104 +21 -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