From 119e127d7128edfb729101b92ca160c1f01391ca Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 11 Oct 2008 01:37:04 -0700 Subject: 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dev/x86/SConscript') diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript index 6cc010f71..71e5a9528 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -41,3 +41,6 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86': SimObject('I8259.py') Source('i8259.cc') TraceFlag('I8259', 'Accesses to the I8259 PIC devices') + + SimObject('X86IntPin.py') + Source('intdev.cc') -- cgit v1.2.3