From owner-cvs-sys Wed Apr 24 23:04:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18409 for cvs-sys-outgoing; Wed, 24 Apr 1996 23:04:36 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18384 Wed, 24 Apr 1996 23:04:29 -0700 (PDT) Date: Wed, 24 Apr 1996 23:04:29 -0700 (PDT) From: Satoshi Asami Message-Id: <199604250604.XAA18384@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/04/24 23:04:28 Modified: sys/pci pci.c Log: Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondary should be <= than subordinate, not the other way around. They are both true if the bridge is not cascaded (i.e., twin-channel scsi/e-net adapters won't be affected by this bug), which is probably why it was unnoticed until today. Revision Changes Path 1.49 +2 -2 src/sys/pci/pci.c