Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 1997 03:01:06 -0700 (PDT)
From:      Stefan Esser <se@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/pci pci.c
Message-ID:  <199705281001.DAA13461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
se          1997/05/28 03:01:05 PDT

  Modified files:
    sys/pci              pci.c 
  Log:
  Two minor changes to the code that builds the pci map array:
  1) Stop at the first map register that contains a zero value.
  2) When testing for the map size work up from low values, since
     this works around a bug in some BusLogic SCSI card, which has
     the 16 upper port base address bits hardwired to zero.
  
  The config register dump printed in the bootverbose case has
  been slightly rearranged.
  
  Revision  Changes    Path
  1.75      +30 -29    src/sys/pci/pci.c



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