VirtualBox

Changeset 93565 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 3, 2022 7:37:57 AM (3 years ago)
Author:
vboxsync
Message:

DevDP8390: Logging fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevDP8390.cpp

    r93564 r93565  
    23182318    {
    23192319        /* Page 3 is undocumented and unimplemented. */
    2320         LogFunc(("Reading page 3 register: ofs=%X!\n"));
     2320        LogFunc(("Reading page 3 register: ofs=%X!\n", ofs));
    23212321        return 0;
    23222322    }
     
    23872387        {
    23882388            /* Abort. */
    2389             LogFunc(("RDMA Abort! RSAR=%04X RBCR=%04X CRDA=%04X\n", nCr.RD, pThis->core.RSAR, pThis->core.RBCR, pThis->core.CRDA));
     2389            LogFunc(("RDMA Abort! RD=%d RSAR=%04X RBCR=%04X CRDA=%04X\n", nCr.RD, pThis->core.RSAR, pThis->core.RBCR, pThis->core.CRDA));
    23902390        }
    23912391        else if (nCr.RD == DP_CR_RDMA_SP)
     
    23992399            pThis->core.RBCR = header.byte_cnt;
    24002400
    2401             LogFunc(("RDMA SP: RSAR=%04X RBCR=%04X CRDA=%04X\n", nCr.RD, pThis->core.RSAR, pThis->core.RBCR, pThis->core.CRDA));
     2401            LogFunc(("RDMA SP: RD=%d RSAR=%04X RBCR=%04X CRDA=%04X\n", nCr.RD, pThis->core.RSAR, pThis->core.RBCR, pThis->core.CRDA));
    24022402        }
    24032403        else
    24042404        {
    24052405            /* Starting remote DMA read or write. */
    2406             LogFunc(("RDMA:%X RSAR=%04X RBCR=%04X\n", nCr.RD, pThis->core.RSAR, pThis->core.RBCR));
     2406            LogFunc(("RDMA: RD=%d RSAR=%04X RBCR=%04X\n", nCr.RD, pThis->core.RSAR, pThis->core.RBCR));
    24072407        }
    24082408        pThis->core.cr.RD = nCr.RD;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette