ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/ether_beos.cpp
(Generate patch)

Comparing BasiliskII/src/BeOS/ether_beos.cpp (file contents):
Revision 1.7 by cebix, 2001-07-13T15:39:22Z vs.
Revision 1.8 by cebix, 2001-07-13T18:49:28Z

# Line 363 | Line 363 | int16 ether_write(uint32 wds)
363                  // Copy packet to buffer
364                  int len = ether_wds_to_buffer(wds, p->data);
365  
366                // Set source address
367                memcpy(p->data + 6, ether_addr, 6);
368
366   #if MONITOR
367                  bug("Sending Ethernet packet:\n");
368                  for (int i=0; i<len; i++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines