VirtualBox

Changeset 11283 in vbox for trunk/src


Ignore:
Timestamp:
Aug 8, 2008 10:28:44 PM (16 years ago)
Author:
vboxsync
Message:

Devices: Corrected a number of places where RTGCPHYS32 and %VGp and %RGp was used together in log statements and a few dbginfo handlers.

File:
1 edited

Legend:

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

    r11269 r11283  
    14111411    int rc;
    14121412
    1413     Log(("pcnetUpdateRingHandlers TD %VGp size %#x -> %VGp size %#x\n", pThis->TDRAPhysOld, pThis->cbTDRAOld, pThis->GCTDRA, pcnetTdraAddr(pThis, 0)));
    1414     Log(("pcnetUpdateRingHandlers RX %VGp size %#x -> %VGp size %#x\n", pThis->RDRAPhysOld, pThis->cbRDRAOld, pThis->GCRDRA, pcnetRdraAddr(pThis, 0)));
     1413    Log(("pcnetUpdateRingHandlers TD %RX32 size %#x -> %RX32 ?size? %#x\n", pThis->TDRAPhysOld, pThis->cbTDRAOld, pThis->GCTDRA, pcnetTdraAddr(pThis, 0)));
     1414    Log(("pcnetUpdateRingHandlers RX %RX32 size %#x -> %RX32 ?size? %#x\n", pThis->RDRAPhysOld, pThis->cbRDRAOld, pThis->GCRDRA, pcnetRdraAddr(pThis, 0)));
    14151415
    14161416    /** @todo unregister order not correct! */
     
    39023902     */
    39033903    pHlp->pfnPrintf(pHlp,
    3904                     "pcnet #%d: port=%RTiop mmio=%RGp mac-cfg=%.*Rhxs %s\n",
     3904                    "pcnet #%d: port=%RTiop mmio=%RX32 mac-cfg=%.*Rhxs %s\n",
    39053905                    pDevIns->iInstance,
    39063906                    pThis->IOPortBase, pThis->MMIOBase, sizeof(pThis->MacConfigured), &pThis->MacConfigured,
     
    40284028            pcnetRmdLoad(pThis, &rmd, PHYSADDR(pThis, GCPhys), false);
    40294029            pHlp->pfnPrintf(pHlp,
    4030                             "%04x %RGp:%c%c RBADR=%08RX32 BCNT=%03x MCNT=%03x "
     4030                            "%04x %RX32:%c%c RBADR=%08RX32 BCNT=%03x MCNT=%03x "
    40314031                            "OWN=%d ERR=%d FRAM=%d OFLO=%d CRC=%d BUFF=%d STP=%d ENP=%d BPE=%d "
    40324032                            "PAM=%d LAFM=%d BAM=%d RCC=%02x RPC=%02x ONES=%#x ZEROS=%d\n",
     
    40684068            pcnetTmdLoad(pThis, &tmd, PHYSADDR(pThis, GCPhys), false);
    40694069            pHlp->pfnPrintf(pHlp,
    4070                             "%04x %RGp:%c%c TBADR=%08RX32 BCNT=%03x OWN=%d "
     4070                            "%04x %RX32:%c%c TBADR=%08RX32 BCNT=%03x OWN=%d "
    40714071                            "ERR=%d NOFCS=%d LTINT=%d ONE=%d DEF=%d STP=%d ENP=%d BPE=%d "
    40724072                            "BUFF=%d UFLO=%d EXDEF=%d LCOL=%d LCAR=%d RTRY=%d TDR=%03x TRC=%#x ONES=%#x\n"
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