Modules/E1000 - Add (disabled) packet dump
authorJohn Hodge <[email protected]>
Thu, 26 Dec 2013 13:38:56 +0000 (21:38 +0800)
committerJohn Hodge <[email protected]>
Thu, 26 Dec 2013 13:38:56 +0000 (21:38 +0800)
KernelLand/Modules/Network/E1000/e1000.c

index cdf16f0..0ad49b0 100644 (file)
@@ -205,6 +205,7 @@ int E1000_SendPacket(void *Ptr, tIPStackBuffer *Buffer)
         int txd = first_txd;
        while( (idx = IPStack_Buffer_GetBuffer(Buffer, idx, &len, &ptr)) != -1 )
        {
+               //Debug_HexDump("E100 SendPacket", ptr, len);
                if( MM_GetPhysAddr(ptr) + len-1 != MM_GetPhysAddr((char*)ptr + len-1) )
                {
                        size_t  remlen = PAGE_SIZE - ((tVAddr)ptr & (PAGE_SIZE-1));

UCC git Repository :: git.ucc.asn.au