SConscript (5818:b47de42ec8b2) | SConscript (5831:ee307cca6d31) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 39 unchanged lines hidden (view full) --- 48 SimObject('I8254.py') 49 Source('i8254.cc') 50 TraceFlag('I8254', 'Interrupts from the I8254 timer'); 51 52 SimObject('I8237.py') 53 Source('i8237.cc') 54 TraceFlag('I8237', 'The I8237 dma controller'); 55 | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 39 unchanged lines hidden (view full) --- 48 SimObject('I8254.py') 49 Source('i8254.cc') 50 TraceFlag('I8254', 'Interrupts from the I8254 timer'); 51 52 SimObject('I8237.py') 53 Source('i8237.cc') 54 TraceFlag('I8237', 'The I8237 dma controller'); 55 |
56 SimObject('I8042.py') 57 Source('i8042.cc') 58 TraceFlag('I8042', 'The I8042 keyboard controller'); 59 |
|
56 SimObject('PcSpeaker.py') 57 Source('speaker.cc') 58 TraceFlag('PcSpeaker') 59 60 SimObject('I82094AA.py') 61 Source('i82094aa.cc') 62 TraceFlag('I82094AA') 63 64 SimObject('X86IntPin.py') 65 Source('intdev.cc') | 60 SimObject('PcSpeaker.py') 61 Source('speaker.cc') 62 TraceFlag('PcSpeaker') 63 64 SimObject('I82094AA.py') 65 Source('i82094aa.cc') 66 TraceFlag('I82094AA') 67 68 SimObject('X86IntPin.py') 69 Source('intdev.cc') |