Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.

--HG--
extra : convert_revision : 1e7f5185654ed0845678c2169c702d3b977159ed
This commit is contained in:
Gabe Black
2008-03-25 02:15:06 -04:00
parent af9a57566a
commit e5bdae15f3
6 changed files with 336 additions and 238 deletions

View File

@@ -56,6 +56,7 @@ if env['FULL_SYSTEM']:
Source('ide_disk.cc')
Source('io_device.cc')
Source('isa_fake.cc')
Source('mc146818.cc')
Source('ns_gige.cc')
Source('pciconfigall.cc')
Source('pcidev.cc')
@@ -84,6 +85,7 @@ if env['FULL_SYSTEM']:
TraceFlag('IdeCtrl')
TraceFlag('IdeDisk')
TraceFlag('IsaFake')
TraceFlag('MC146818')
TraceFlag('PCIDEV')
TraceFlag('PciConfigAll')
TraceFlag('SimpleDisk')