Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2008 18:24:41 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci.c
Message-ID:  <200808051824.m75IOlqc038511@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-08-05 18:24:41 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  SVN rev 181333 on 2008-08-05 18:24:41Z by jhb
  
  If the kernel fails to allocate resources for the initial value of a BAR
  for a PCI device during the boot-time probe of the parent PCI bus, then
  zero the BAR and clear the resource list entry for that BAR.  This forces
  the PCI bus driver to request a valid resource range from the parent bridge
  driver when the device driver tries to allocate the BAR.  Similarly, if the
  initial value of a BAR is a valid range but it is > 4GB and the current OS
  only has 32-bit longs, then do a full teardown of the initial value of the
  BAR to force a reallocation.
  
  Reviewed by:    imp
  MFC after:      1 week
  
  Revision  Changes    Path
  1.359     +33 -13    src/sys/dev/pci/pci.c



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