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

Comparing BasiliskII/src/AmigaOS/ether_amiga.cpp (file contents):
Revision 1.8 by cebix, 2001-07-13T15:39:22Z vs.
Revision 1.9 by cebix, 2001-07-13T18:49:27Z

# Line 585 | Line 585 | static __saveds void net_func(void)
585                                                  }
586                                                  write_io->ios2_DataLength = len;
587  
588 <                                                // Get destination address, set source address
588 >                                                // Get destination address
589                                                  uint32 hdr = ReadMacInt32(wds + 2);
590                                                  Mac2Host_memcpy(write_io->ios2_DstAddr, hdr, 6);
591                                                Host2Mac_memcpy(hdr + 6, ether_addr, 6);
591  
592                                                  // Get packet type
593                                                  uint32 type = ReadMacInt16(hdr + 12);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines