Hi, All, (Particularly to Gabe)
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("Local APIC Trigger Mode registers are unimplemented.\n");

which was called in function readReg().

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

Do you think if I should try to implement this part or I missed
something in the configuration?

Regards,
Ryan
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to