mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
parent
b50e54b0a8
commit
753e78d122
@ -1 +1 @@
|
||||
ded0f9c36aa2907b81cc1f9f6c875456f6bef9dd
|
||||
b2a74773611d6bf383ed2b0401cef776cacdbc7b
|
||||
|
@ -4,7 +4,7 @@ DOWNLOADS := seoul.git
|
||||
|
||||
URL(seoul) := https://github.com/alex-ab/seoul.git
|
||||
# branch PARAM
|
||||
REV(seoul) := 34574b73e5fb9f72642a161cb83fdcb83684d404
|
||||
REV(seoul) := 9150c6a129438feef80983e91e0a349da8bda25f
|
||||
DIR(seoul) := src/app/seoul
|
||||
|
||||
#
|
||||
|
@ -206,6 +206,9 @@ bool Seoul::Disk::receive(MessageDisk &msg)
|
||||
_motherboard()->bus_diskcommit.send(ro);
|
||||
return true;
|
||||
}
|
||||
|
||||
[[fallthrough]];
|
||||
|
||||
case MessageDisk::DISK_READ:
|
||||
/* read and write handling */
|
||||
return execute(msg.type == MessageDisk::DISK_WRITE, disk, msg);
|
||||
|
Loading…
Reference in New Issue
Block a user