1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

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

View File

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