From 70e99e0b915fa7ed9ac682af6f68f077799ddea7 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 21 Aug 2012 05:50:03 -0400 Subject: 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. --- src/dev/x86/I82094AA.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dev/x86/I82094AA.py') diff --git a/src/dev/x86/I82094AA.py b/src/dev/x86/I82094AA.py index 09923f6c2..3b076a9d6 100644 --- a/src/dev/x86/I82094AA.py +++ b/src/dev/x86/I82094AA.py @@ -35,8 +35,6 @@ class I82094AA(BasicPioDevice): type = 'I82094AA' cxx_class = 'X86ISA::I82094AA' apic_id = Param.Int(1, 'APIC id for this IO APIC') - pio_latency = Param.Latency('1ns', "Programmed IO latency in simticks") - pio_addr = Param.Addr("Device address") int_master = MasterPort("Port for sending interrupt messages") int_latency = Param.Latency('1ns', \ "Latency for an interrupt to propagate through this device.") -- cgit v1.2.3