X86: Add a dummy minimal DMA controller that doesn't do anything.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:35:00 +0000 (20:35 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:35:00 +0000 (20:35 -0800)
commit56e182a6a9e58b951712582c4c63cf303847156e
tree0431ff1519392b7febc83bf4e94e41c6cb1ca7df
parent151bc018dd621b62b60ee5eca10c7531de6eb441
X86: Add a dummy minimal DMA controller that doesn't do anything.
src/dev/x86/I8237.py [new file with mode: 0644]
src/dev/x86/SConscript
src/dev/x86/SouthBridge.py
src/dev/x86/i8237.cc [new file with mode: 0644]
src/dev/x86/i8237.hh [new file with mode: 0644]