mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-28 15:34:29 +00:00
Typo
This commit is contained in:
parent
aa6b6d0285
commit
31148eaed6
@ -440,7 +440,7 @@ int CallbackHandler(KernelCallback *Data)
|
|||||||
}
|
}
|
||||||
case ConfigurationReason:
|
case ConfigurationReason:
|
||||||
{
|
{
|
||||||
print("Kernel received configuration data.");
|
print("Driver received configuration data.");
|
||||||
PCIBaseAddress = reinterpret_cast<PCIDeviceHeader *>(Data->RawPtr);
|
PCIBaseAddress = reinterpret_cast<PCIDeviceHeader *>(Data->RawPtr);
|
||||||
ABAR = reinterpret_cast<HBAMemory *>(((PCIHeader0 *)PCIBaseAddress)->BAR5);
|
ABAR = reinterpret_cast<HBAMemory *>(((PCIHeader0 *)PCIBaseAddress)->BAR5);
|
||||||
KAPI->Memory.Map((void *)ABAR, (void *)ABAR, (1 << 1));
|
KAPI->Memory.Map((void *)ABAR, (void *)ABAR, (1 << 1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user