Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2004 08:48:48 -0700 (PDT)
From:      Marius Strobl <marius@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:  <200404231548.i3NFmmOf087220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2004/04/23 08:48:48 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  Add a stopgap for the EBus breakage on sparc64 since the PCI code does
  resource pre-allocation. The problem is that the BARs of the EBus bridges
  contain the ranges for the resources for the EBus devices beyond the bridge.
  So when the EBus code tries to allocate the resource for an EBus device
  it's already allocated by the PCI code.
  To be removed again as soon as we have a proper solution in the EBus Code.
  
  Reviewed by:    tmm
  Approved by:    marcel (mentor)
  
  Revision  Changes    Path
  1.248     +8 -0      src/sys/dev/pci/pci.c



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