VirtualBox

Changeset 7703 in vbox


Ignore:
Timestamp:
Apr 2, 2008 3:17:20 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29230
Message:

more logging

File:
1 edited

Legend:

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

    r7701 r7703  
    852852#define PRINT_PKTHDR(BUF) do {                                        \
    853853    struct ether_header *hdr = (struct ether_header *)(BUF);          \
    854     Log(("packet dhost=%02x:%02x:%02x:%02x:%02x:%02x, "               \
     854    Log(("#%d packet dhost=%02x:%02x:%02x:%02x:%02x:%02x, "          \
    855855         "shost=%02x:%02x:%02x:%02x:%02x:%02x, "                      \
    856          "type=%#06x (bcast=%d)\n",                                  \
     856         "type=%#06x (bcast=%d)\n", PCNET_INST_NR,                    \
    857857         hdr->ether_dhost[0],hdr->ether_dhost[1],hdr->ether_dhost[2], \
    858858         hdr->ether_dhost[3],hdr->ether_dhost[4],hdr->ether_dhost[5], \
     
    25732573                    val &= ~3;
    25742574
    2575                 Log(("#%d pcnetWriteCSR0: %#06x => %#06x\n", PCNET_INST_NR, pData->aCSR[0], csr0));
     2575                Log(("#%d CSR0: old=%#06x new=%#06x\n", PCNET_INST_NR, pData->aCSR[0], csr0));
    25762576
    25772577#ifndef IN_RING3
Note: See TracChangeset for help on using the changeset viewer.

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