mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Applied fix from discord forum to fix AHCI reset bug to make AHCI drives visible to the system.
This commit is contained in:
@@ -547,7 +547,7 @@ struct Ahci::Port : private Port_base
|
||||
Port_base(index, plat, hba, delayer),
|
||||
protocol(protocol), rm(rm)
|
||||
{
|
||||
reset();
|
||||
//reset();
|
||||
if (!enable())
|
||||
throw 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user