]> git.lizzy.rs Git - plan9front.git/commitdiff
vmx: remove debugging print
authoraiju <devnull@localhost>
Wed, 14 Jun 2017 18:18:44 +0000 (18:18 +0000)
committeraiju <devnull@localhost>
Wed, 14 Jun 2017 18:18:44 +0000 (18:18 +0000)
sys/src/cmd/vmx/vga.c

index b56b9687713c24fb6ab157d7c52dfcb0e30c5859..1729eebd486c017f6168ba168380aa80d61a6cee 100644 (file)
@@ -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){