Little correction

This commit is contained in:
Antoine Cure 2020-02-13 10:40:14 +01:00
parent a77637cde0
commit dbee7c4d00
No known key found for this signature in database
GPG Key ID: DCA412F83BD81F24
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
IoInitPCI();
// Test RTL8139
pciDev_t *rtl8139_pciDev = IoPciGetDevice(0x10EC, 0x8139);
PciDev_t *rtl8139_pciDev = IoPciGetDevice(0x10EC, 0x8139);
if(rtl8139_pciDev != NULL)
{
DebugLog("Network card RTL8139 found ! PCI config addr = %p\n",