device send interrupt when certain event has happend on it. it sends only 1 interrupt, right?
it is possible to disable interrupts on device, for example by using MiniportDisableInterrupt() on windows.
how doest it work? i dont think that this function use hardware-specyfic methods to disable interrupts.
disabling interrupts on device
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: disabling interrupts on device
I suggest you start with background reading: http://en.wikipedia.org/wiki/Interrupt - most of your questions will be answered by that.