From d8dc6b7d8f941a8f5f99c28c6095fc8f3e487613 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 17 May 2011 11:51:10 +0000 Subject: [PATCH] Add the ACPI module (and the DPC dependency) to the floppy boot image. It is used for el-torito booting the CD and anyboot images. Due to the previous lack of the ACPI module on these, IO-APICs wouldn't get enabled on CD or anyboot images booted via CD drives. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41551 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/FloppyBootImage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/FloppyBootImage b/build/jam/FloppyBootImage index c3ca520767..f869d3a489 100644 --- a/build/jam/FloppyBootImage +++ b/build/jam/FloppyBootImage @@ -46,7 +46,7 @@ if $(NET_BOOT) = 1 { ; } -SYSTEM_ADD_ONS_BUS_MANAGERS = $(ATA_ONLY)ata config_manager pci +SYSTEM_ADD_ONS_BUS_MANAGERS = acpi $(ATA_ONLY)ata config_manager dpc pci $(IDE_ONLY)ide $(X86_ONLY)isa scsi $(USB_ONLY)usb ; SYSTEM_ADD_ONS_FILE_SYSTEMS = bfs iso9660 attribute_overlay write_overlay ;