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
a77637cde0
commit
dbee7c4d00
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user