X86: Add a keyboard controller device.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user