Applied fix from discord forum to fix AHCI reset bug to make AHCI drives visible to the system.

This commit is contained in:
Michael Mueller
2025-01-21 15:24:53 +01:00
parent afce79da8a
commit c1fe8673e2

View File

@@ -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;