From owner-cvs-all Tue Aug 21 13:13:58 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 E745A37B406; Tue, 21 Aug 2001 13:13:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LKDsd18612; Tue, 21 Aug 2001 13:13:54 -0700 (PDT) (envelope-from imp) Message-Id: <200108212013.f7LKDsd18612@freefall.freebsd.org> From: Warner Losh Date: Tue, 21 Aug 2001 13:13:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pci_cfgreg.c X-FreeBSD-CVS-Branch: RELENG_4 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/08/21 13:13:54 PDT Modified files: (Branch: RELENG_4) sys/i386/isa pci_cfgreg.c Log: Not not is not not. Change a != 0 to a == 0 to match the code that was in current before the pcibios stripping that I did in -stable. It was a simple change I made after all the other testing I did :-(. This should get people their PCI BUSes back. :-(. Noticed by: Mike Silbersack Revision Changes Path 1.1.2.3 +2 -2 src/sys/i386/isa/Attic/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message