mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user