Changeset 7703 in vbox
- Timestamp:
- Apr 2, 2008 3:17:20 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r7701 r7703 852 852 #define PRINT_PKTHDR(BUF) do { \ 853 853 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, " \ 855 855 "shost=%02x:%02x:%02x:%02x:%02x:%02x, " \ 856 "type=%#06x (bcast=%d)\n", 856 "type=%#06x (bcast=%d)\n", PCNET_INST_NR, \ 857 857 hdr->ether_dhost[0],hdr->ether_dhost[1],hdr->ether_dhost[2], \ 858 858 hdr->ether_dhost[3],hdr->ether_dhost[4],hdr->ether_dhost[5], \ … … 2573 2573 val &= ~3; 2574 2574 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)); 2576 2576 2577 2577 #ifndef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.