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

Comparing BasiliskII/src/Unix/ether_unix.cpp (file contents):
Revision 1.3 by cebix, 2001-07-13T15:39:23Z vs.
Revision 1.4 by cebix, 2001-07-13T18:49:29Z

# Line 280 | Line 280 | int16 ether_detach_ph(uint16 type)
280  
281   int16 ether_write(uint32 wds)
282   {
283        // Set source address
284        uint32 hdr = ReadMacInt32(wds + 2);
285        Host2Mac_memcpy(hdr + 6, ether_addr, 6);
286
283          // Copy packet to buffer
284          uint8 packet[1516], *p = packet;
285          int len = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines