Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-31 | X86: Rework interrupt pins to allow one to many connections. | Gabe Black | |
2008-10-11 | X86: Create the IntDev and IntPin system. | Gabe Black | |
The IntDev class is a base for anything that supports IntPins. IntPins allow devices to generically trigger interrupts on a particular pin of an IntDev device without having to know what the device is or what pin they're attached to. |