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
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to