mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
misc modif
This commit is contained in:
parent
0beee0b480
commit
b55e0ba7b6
@ -76,7 +76,7 @@ void initRTL8139()
|
||||
// Interrupts
|
||||
uchar irqNum = IoPciReadConfigByte(rtl8139_pciDev, PCI_REG_INTERRUPT_LINE);
|
||||
if(!KeRegisterISR(&rtl8139ISR, irqNum)) {
|
||||
//DebugLog("RTL8139 irq num: %u\n", irqNum);
|
||||
DebugLog("RTL8139 irq num: %u\n", irqNum);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
|
||||
IoInitPCI();
|
||||
|
||||
// Drivers
|
||||
//initRTL8139();
|
||||
initRTL8139();
|
||||
|
||||
// Scheduler
|
||||
PsInitSched();
|
||||
|
Loading…
Reference in New Issue
Block a user