Discussion:
[gem5-users] x86 NIC model
Ryan Wang
2018-07-06 03:17:16 UTC
Permalink
Hi, All,
I was trying to bring up NIC(from i8254xGBe.cc) in a kernel (4.9) for x86
system. However I got the panic in interrupts.cc as follows:

panic("in readReg: Local APIC Trigger Mode registers are unimplemented.\n");

It happens because the reg value is 26, which falls between
APIC_TRIGGER_MODE(0) and APIC_TRIGGER_MODE(15) (25 and 40).

Does anyone know if this part should be implemented or I missed something?

Regards,
Ryan

Loading...