Remove ATAPI from ahci_drv config in test

ATAPI does not work reliably on QEMU and is not tested by the run script
anyway.
This commit is contained in:
Christian Helmuth 2018-03-20 14:15:25 +01:00
parent ac42670a0e
commit 9242b4278c
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ append config {
<resource name="RAM" quantum="10M" />
<provides><service name="Block" /></provides>
<config>
<report ports="yes"/>
<policy label_prefix="test-ahci" device="0" writeable="yes" />
</config>
</start>

View File

@ -62,7 +62,7 @@ append config {
<start name="ahci_drv">
<resource name="RAM" quantum="10M" />
<provides><service name="Block" /></provides>
<config atapi="yes">
<config>
<report ports="yes"/>
<policy label_prefix="test-ahci" device="0" writeable="yes" />
</config>