I am trying to add a timer irq to my sys/bios configuration.
When I first clicked add I got an error, "Timer 0 is already in use or reserved (check availMask)." OK. I think I understand that message.
Changed the Timer Id to 2. Now I get another error, "Hwi 6 already in use (by &hwiECAP2)."
Obviously there is some kind of hidden interaction going on here. Are there other hidden IRQ interactions? Is there some place where all of this is explained?