mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00: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:
parent
ac42670a0e
commit
9242b4278c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user