Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 1996 23:04:29 -0700 (PDT)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/pci pci.c
Message-ID:  <199604250604.XAA18384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604250604.XAA18384>