cvs commit: src/sys/dev/pci pci.c
Marius Strobl
marius at FreeBSD.org
Fri Apr 23 08:48:49 PDT 2004
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
More information about the cvs-src
mailing list