From 2753c07dc5131972d1dcbb7628e2f0712c778fec Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 11 Oct 2008 01:22:20 -0700 Subject: X86: Change the I8259 from a subdevice into a real SimObject. --HG-- rename : src/dev/x86/south_bridge/i8259.cc => src/dev/x86/i8259.cc rename : src/dev/x86/south_bridge/i8259.hh => src/dev/x86/i8259.hh --- src/dev/x86/SConscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dev/x86/SConscript') diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript index c9ac19a91..6cc010f71 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -37,3 +37,7 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86': SimObject('Cmos.py') Source('cmos.cc') TraceFlag('CMOS', 'Accesses to CMOS devices') + + SimObject('I8259.py') + Source('i8259.cc') + TraceFlag('I8259', 'Accesses to the I8259 PIC devices') -- cgit v1.2.3