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

@@ -42,5 +42,4 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'alpha':
Source('tsunami_pchip.cc')
TraceFlag('AlphaConsole')
TraceFlag('MC146818')
TraceFlag('Tsunami')