summaryrefslogtreecommitdiff
path: root/src/dev/x86/PcSpeaker.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/PcSpeaker.py')
-rw-r--r--src/dev/x86/PcSpeaker.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dev/x86/PcSpeaker.py b/src/dev/x86/PcSpeaker.py
index 7ca62ec1e..cc1f5517a 100644
--- a/src/dev/x86/PcSpeaker.py
+++ b/src/dev/x86/PcSpeaker.py
@@ -33,5 +33,4 @@ from Device import BasicPioDevice
class PcSpeaker(BasicPioDevice):
type = 'PcSpeaker'
cxx_class = 'X86ISA::Speaker'
- pio_latency = Param.Latency('1ns', "Programmed IO latency in simticks")
i8254 = Param.I8254('Timer that drives the speaker')