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:
parent
06a80dc073
commit
4dd9db33d5
@ -93,7 +93,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
|
|||||||
pciDev_t *rtl8139_pciDev = IoPciGetDevice(0x10EC, 0x8139);
|
pciDev_t *rtl8139_pciDev = IoPciGetDevice(0x10EC, 0x8139);
|
||||||
if(rtl8139_pciDev != NULL)
|
if(rtl8139_pciDev != NULL)
|
||||||
{
|
{
|
||||||
KernLog("Network card RTL8139 found ! PCI config addr = %p\n",
|
DebugLog("Network card RTL8139 found ! PCI config addr = %p\n",
|
||||||
rtl8139_pciDev->configAddr);
|
rtl8139_pciDev->configAddr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user