run: adjust autopilot run scripts to pci changes

Issue #1486
This commit is contained in:
Alexander Boettcher
2015-04-24 16:10:04 +02:00
committed by Christian Helmuth
parent 18b36fb339
commit df50d1b29d
11 changed files with 124 additions and 14 deletions

View File

@@ -63,6 +63,14 @@ append_if [have_spec acpi] config {
<service name="PCI"/>
<service name="IRQ" />
</provides>
<config>
<policy label="acpi_drv">
<pci class="ALL"/>
</policy>
<policy label="usb_drv">
<pci class="USB"/>
</policy>
</config>
<route>
<service name="PCI"> <any-child /> </service>
<any-service> <parent/> <any-child /> </any-service>

View File

@@ -122,6 +122,14 @@ append_if [have_spec acpi] config {
<service name="PCI"> <any-child /> </service>
<any-service> <parent/> <any-child /> </any-service>
</route>
<config>
<policy label="acpi_drv">
<pci class="ALL"/>
</policy>
<policy label="wifi_drv">
<pci class="WIFI"/>
</policy>
</config>
</start>}
append_if [have_spec platform_arndale] config {