changeset e0d0e58cfd8d in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=e0d0e58cfd8d
description:
X86: Initialize the value behind port 61 so unused bits are consistent.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/dev/x86/speaker.hh | 2 +-
diffs (12 lines):
diff -r da5f7e97958c -r e0d0e58cfd8d src/dev/x86/speaker.hh
--- a/src/dev/x86/speaker.hh Sun Feb 01 16:59:34 2009 -0800
+++ b/src/dev/x86/speaker.hh Sat Jan 31 23:26:43 2009 -0800
@@ -64,7 +64,7 @@
}
Speaker(Params *p) : BasicPioDevice(p),
- latency(p->pio_latency), timer(p->i8254)
+ latency(p->pio_latency), controlVal(0), timer(p->i8254)
{
pioSize = 1;
}
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev