aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-03 14:27:54 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-03 14:27:54 +0000
commit0a058551a2f8dae17c76e17206b09b9bf6a14ac2 (patch)
tree7f0f7333ba1fe1c720d61f4696e67bf3c62ed67a /xen/Rules.mk
parent0e2c22d80bb1a8a9f0657f423b9d144845448a26 (diff)
downloadxen-0a058551a2f8dae17c76e17206b09b9bf6a14ac2.tar.gz
xen-0a058551a2f8dae17c76e17206b09b9bf6a14ac2.tar.bz2
xen-0a058551a2f8dae17c76e17206b09b9bf6a14ac2.zip
bitkeeper revision 1.1389.1.34 (42778a6aQ30Jj7E2TxzCF9ZtVpGMtw)
Move PCI device scanning to dom0. Enable ACPI in dom0. This should greatly reduce the complexity of xen and move the complexity of dealing with hardware bugs and workarounds etc to dom0. The ioapic local apic (and hence all the vectors) are owned by the hypervisor. Dom0 enables the ACPI interpreter, handles PCI and ACPI based interrupt routing. New hypercalls to assign vectors and for accessing the ioapic. Functionality not yet provided: o acpi=off to support machines with broken or no acpi support. o support for driver domains Signed-off-by: Arun Sharma <arun.sharma@intel.com> Signed-off-by: Asit Mallick <asit.k.mallick@intel.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index 955ace1f9d..1fb12e8479 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -28,7 +28,6 @@ OBJS += $(patsubst %.c,%.o,$(C_SRCS))
ALL_OBJS := $(BASEDIR)/common/common.o
ALL_OBJS += $(BASEDIR)/drivers/char/driver.o
ALL_OBJS += $(BASEDIR)/drivers/acpi/driver.o
-ALL_OBJS += $(BASEDIR)/drivers/pci/driver.o
ALL_OBJS += $(BASEDIR)/arch/$(TARGET_ARCH)/arch.o