kernel: Warn if no ATA controller is found

This commit is contained in:
apio 2023-05-11 19:27:05 +02:00
parent f1b9a42fc0
commit 7333249e6e
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -23,6 +23,8 @@ namespace ATA
},
{ .klass = 1, .subclass = 1 });
if (!g_controller) kwarnln("ata: No ATA controller found.");
return {};
}