mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-07-13 16:19:32 +00:00
Typo
This commit is contained in:
@ -67,7 +67,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 == 0x1AF4 && PCIBaseAddress->DeviceID == 0x1000)
|
||||
{
|
||||
|
Reference in New Issue
Block a user