Device: Remove overloaded pio_latency parameter
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 21 Aug 2012 09:50:03 +0000 (05:50 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 21 Aug 2012 09:50:03 +0000 (05:50 -0400)
commit70e99e0b915fa7ed9ac682af6f68f077799ddea7
treef8554cd3a43fee7e246458b89ee52f5c67686f0c
parenta81c969529d3a1645b490fcde93d231ec997b7ba
Device: Remove overloaded pio_latency parameter

This patch removes the overloading of the parameter, which seems both
redundant, and possibly incorrect.

The PciConfigAll now also uses a Param.Latency rather than a
Param.Tick. For backwards compatibility it still sets the pio_latency
to 1 tick. All the comments have also been updated to not state that
it is in simticks when it is not necessarily the case.
12 files changed:
src/arch/x86/X86LocalApic.py
src/dev/Device.py
src/dev/Pci.py
src/dev/sparc/T1000.py
src/dev/x86/Cmos.py
src/dev/x86/I8042.py
src/dev/x86/I82094AA.py
src/dev/x86/I8237.py
src/dev/x86/I8254.py
src/dev/x86/I8259.py
src/dev/x86/PcSpeaker.py
src/dev/x86/SouthBridge.py