mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
refactor(kernel): remove 'foreach' macro
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -966,7 +966,7 @@ namespace Driver::AHCI
|
||||
// ctx->Device->Header->Command |= PCI::PCI_COMMAND_INTX_DISABLE;
|
||||
|
||||
// std::list<PCI::PCIDevice> Devices = PCIManager->FindPCIDevice(VendorIDs, DeviceIDs);
|
||||
// foreach (auto dev in Devices)
|
||||
// for (auto dev : Devices)
|
||||
// Interrupts::RemoveHandler(OnInterruptReceived, iLine(dev));
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user