VirtualBox

Changeset 85158 in vbox


Ignore:
Timestamp:
Jul 10, 2020 5:32:59 AM (5 years ago)
Author:
vboxsync
Message:

PCnet: Dump BCR18 (DWIO) in info handler, too.

File:
1 edited

Legend:

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

    r85117 r85158  
    42344234                    pThis->aCSR[122], !!(pThis->aCSR[122] & RT_BIT(3)));
    42354235
     4236    if (pThis->uDevType == DEV_AM79C970A || pThis->uDevType == DEV_AM79C973)
     4237    {
     4238        /* Print the Burst and Bus Control Register;  the DWIO bit is quite important. */
     4239        pHlp->pfnPrintf(pHlp,
     4240                        "BCR18=%#04x: ROMTMG=%u MEMCMD=%u EXTREQ=%u\n"
     4241                        "              DWIO=%u BREADE=%u BWRITE=%u\n",
     4242                        pThis->aBCR[18],
     4243                        (pThis->aBCR[18] >> 12) & 0xf, !!(pThis->aBCR[18] & RT_BIT(9)), !!(pThis->aBCR[18] & RT_BIT(8)),
     4244                        !!(pThis->aBCR[18] & RT_BIT(7)), !!(pThis->aBCR[18] & RT_BIT(6)), !!(pThis->aBCR[18] & RT_BIT(5)));
     4245    }
     4246
    42364247    if (pThis->uDevType == DEV_AM79C973)
    42374248    {
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