search for: b54652ee29ef

Displaying 1 result from an estimated 1 matches for "b54652ee29ef".

2008 Oct 08
8
[PATCH] dom0 linux: Reassign memory resources to device for pci passthrough.
...9; memory resources if they are not page-aligned. This is not safe, because some devices are used by firmware. - pci-mem-align can''t expand resource window of PCI-PCI bridge. Thanks, -- Yuji Shimada Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp> diff -r b54652ee29ef drivers/pci/Makefile --- a/drivers/pci/Makefile Thu Oct 02 11:29:02 2008 +0100 +++ b/drivers/pci/Makefile Wed Oct 08 12:12:27 2008 +0900 @@ -3,7 +3,8 @@ # obj-y += access.o bus.o probe.o remove.o pci.o quirks.o \ - pci-driver.o search.o pci-sysfs.o rom.o setup-res.o + pci-driver.o search.o...