Improve a debug print

svn path=/trunk/; revision=53684
This commit is contained in:
Timo Kreuzer 2011-09-11 08:56:38 +00:00
parent 36386adb24
commit 2aa7014184

View file

@ -44,7 +44,7 @@ KdpPortInitialize()
{
ULONG Mode;
KDDBGPRINT("KdpPortInitialize\n");
KDDBGPRINT("KdpPortInitialize, Port = COM%ld\n", ComPortNumber);
/* Enable loop mode (set Bit 4 of the MCR) */
WRITE_PORT_UCHAR(ComPortBase + COM_MCR, MCR_LOOP);