X86: Create the IntDev and IntPin system.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 08:37:04 +0000 (01:37 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 08:37:04 +0000 (01:37 -0700)
commit119e127d7128edfb729101b92ca160c1f01391ca
tree98eb5337e41132e51f3578bb4a709833b7a96876
parent8c532d629732e93fa23a38328b653eb4c2314936
X86: Create the IntDev and IntPin system.

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.
src/dev/x86/SConscript
src/dev/x86/X86IntPin.py [new file with mode: 0644]
src/dev/x86/intdev.cc [new file with mode: 0644]
src/dev/x86/intdev.hh [new file with mode: 0644]