aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-25 06:04:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-25 06:04:27 +0000
commitf8176d838c48f9375ab25af6f92c50b1ae83b6e8 (patch)
tree03054e6b97f2a0752d6722757072a39596120d77 /sys/dev
parent2a8d579fc8338a4b7ec4c1c0e71e061870f61f72 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 8033ebd366853..cc445d215f0fd 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.47 1996/04/07 17:32:35 bde Exp $
+** $Id: pci.c,v 1.48 1996/04/14 20:14:36 se Exp $
**
** General subroutines for the PCI bus.
** pci_configure ()
@@ -731,7 +731,7 @@ pci_bus_config (void)
** check for uninitialized bridge.
*/
if (!(primary < secondary
- && subordinate <= secondary
+ && secondary <= subordinate
&& bus_no == primary))
{
printf ("\tINCORRECTLY or NEVER CONFIGURED.\n");