summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vmx/vga.c
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2017-06-14 18:18:44 +0000
committeraiju <devnull@localhost>2017-06-14 18:18:44 +0000
commitb7a778917dd9f6f07f63897dedcc31b6ab0c8383 (patch)
tree5a204cd83f0284076dce897dbbdc551ee9cf5aa2 /sys/src/cmd/vmx/vga.c
parent4dad8ffb6e123fbdfa9afdd0f613009341d0eba7 (diff)
vmx: remove debugging print
Diffstat (limited to 'sys/src/cmd/vmx/vga.c')
-rw-r--r--sys/src/cmd/vmx/vga.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/vmx/vga.c b/sys/src/cmd/vmx/vga.c
index b56b96877..1729eebd4 100644
--- a/sys/src/cmd/vmx/vga.c
+++ b/sys/src/cmd/vmx/vga.c
@@ -110,7 +110,6 @@ vgaio(int isin, u16int port, u32int val, int sz, void *)
{
u32int m;
- iowhine(isin, port, val, sz, "vga");
if(sz != 1) vmdebug("vga: non-byte access to port %#ux, sz=%d", port, sz);
val = (u8int) val;
switch(isin << 16 | port){