oss: adjust run script to run with new pci drv

This commit is contained in:
Alexander Boettcher 2013-02-18 11:55:27 +01:00 committed by Norman Feske
parent 7e7fa81c8f
commit ffeb4f5816
1 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,8 @@ set build_components {
test/audio_out
}
lappend_if [have_spec pci] build_components drivers/pci/device_pd
build $build_components
create_boot_directory
@ -44,7 +46,7 @@ append config {
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<start name="acpi">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="4M"/>
<binary name="acpi_drv"/>
<provides>
<service name="PCI"/>
@ -91,6 +93,8 @@ install_config $config
set boot_modules {
core init timer pci_drv oss_drv acpi_drv sample.raw test-audio_out }
lappend_if [have_spec nova] boot_modules pci_device_pd
build_boot_image $boot_modules
append qemu_args " -m 256 -soundhw ac97 -nographic"