mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +00:00
[KDCOM]
Improve a debug print svn path=/trunk/; revision=53684
This commit is contained in:
parent
36386adb24
commit
2aa7014184
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ KdpPortInitialize()
|
||||||
{
|
{
|
||||||
ULONG Mode;
|
ULONG Mode;
|
||||||
|
|
||||||
KDDBGPRINT("KdpPortInitialize\n");
|
KDDBGPRINT("KdpPortInitialize, Port = COM%ld\n", ComPortNumber);
|
||||||
|
|
||||||
/* Enable loop mode (set Bit 4 of the MCR) */
|
/* Enable loop mode (set Bit 4 of the MCR) */
|
||||||
WRITE_PORT_UCHAR(ComPortBase + COM_MCR, MCR_LOOP);
|
WRITE_PORT_UCHAR(ComPortBase + COM_MCR, MCR_LOOP);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue