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…
Reference in New Issue