mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-07 21:39:16 +00:00
Typo
This commit is contained in:
@ -94,7 +94,7 @@ int CallbackHandler(KernelCallback *Data)
|
||||
}
|
||||
case ConfigurationReason:
|
||||
{
|
||||
print("Kernel received configuration data.");
|
||||
print("Driver received configuration data.");
|
||||
PCIBaseAddress = reinterpret_cast<PCIDeviceHeader *>(Data->RawPtr);
|
||||
if (PCIBaseAddress->VendorID == 0x1022 && PCIBaseAddress->DeviceID == 0x2000)
|
||||
{
|
||||
|
Reference in New Issue
Block a user