X86: Add a keyboard controller device.

This commit is contained in:
Gabe Black
2009-01-31 23:59:01 -08:00
parent 0287f19ede
commit 7cf276bed3
5 changed files with 731 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
Source('i8237.cc')
TraceFlag('I8237', 'The I8237 dma controller');
SimObject('I8042.py')
Source('i8042.cc')
TraceFlag('I8042', 'The I8042 keyboard controller');
SimObject('PcSpeaker.py')
Source('speaker.cc')
TraceFlag('PcSpeaker')