On Wed, Jun 29, 2011 at 03:03:32PM +0200, Gerd Hoffmann wrote:
> Hi,
>
> >-dprint(d, 1, "%s: unexpected port 0x%x in vga mode\n",
> >__FUNCTION__, io_port);
> >+dprint(d, 1, "%s: unexpected port 0x%x (%s) in vga mode\n",
> >+__FUNCTION__, io_port, io_port_to_string(i
Hi,
-dprint(d, 1, "%s: unexpected port 0x%x in vga mode\n", __FUNCTION__,
io_port);
+dprint(d, 1, "%s: unexpected port 0x%x (%s) in vga mode\n",
+__FUNCTION__, io_port, io_port_to_string(io_port));
Is this worth it? Should be a quite rare event ...
cheers,
Ge