mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[KDCOM]
Improve a debug print svn path=/trunk/; revision=53684
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user