X86: Change the I8259 from a subdevice into a real SimObject.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 08:22:20 +0000 (01:22 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 08:22:20 +0000 (01:22 -0700)
commit2753c07dc5131972d1dcbb7628e2f0712c778fec
tree1088254bfb5c9bcc4121cdfc6acfcf6c52c0d2d2
parentf22c7d48f3b99994c697075f5cc3b59c72f84092
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/I8259.py [new file with mode: 0644]
src/dev/x86/PC.py
src/dev/x86/SConscript
src/dev/x86/i8259.cc [new file with mode: 0644]
src/dev/x86/i8259.hh [new file with mode: 0644]
src/dev/x86/south_bridge/SConscript
src/dev/x86/south_bridge/i8259.cc [deleted file]
src/dev/x86/south_bridge/i8259.hh [deleted file]
src/dev/x86/south_bridge/south_bridge.cc
src/dev/x86/south_bridge/south_bridge.hh