]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Added support for PCI prefetchable region and BARs
authorKumar Gala <galak@kernel.crashing.org>
Wed, 11 Jan 2006 19:24:15 +0000 (13:24 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 11 Jan 2006 19:24:15 +0000 (13:24 -0600)
commita179012e37ae75de1fa7d6597e69d985ef79b7d0
treee40ee9dd30243e00f238ca4847defe1364ed763b
parentc7428d49ace4f2f16174ca028fe7072c02a473c8
Added support for PCI prefetchable region and BARs
If a host controller sets up a region as prefetchable and
a device's BAR denotes it as prefetchable, allocate the
BAR into the prefetch region.

If a BAR is prefetchable and no prefetchable region has
been setup by the controller we fall back to allocating
the BAR into the normally memory region.
Patch by Kumar Gala 11 Jan 2006
CHANGELOG
drivers/pci_auto.c
include/pci.h