summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_cksum_m68k.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-01-142004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-223/+0
PR/549 networking * netinet/in_cksum_powerpc.h: New (copy of in_cksum_powerpc.c). * netinet/in_cksum_powerpc.c: Remove. * netinet/in_cksum_i386.h: New (copy of in_cksum_i386.c). * netinet/in_cksum_i386.c: Remove. * netinet/in_cksum_arm.h: New (copy of in_cksum_arm.c). * netinet/in_cksum_arm.c: Remove. * netinet/in_cksum_m68k.c: New (copy of in_cksum_m68k.c). * netinet/in_cksum_m68k.c: Remove. * netinet/Makefile.am: Reflect changes above.
1998-09-21Patch from Eric Norum and David Fiddes to put ColdFire support inJoel Sherrill1-8/+9
the inet checksum routine.
1998-09-11Patch from "David J. Fiddes" <D.J@fiddes.surfaid.org>:Joel Sherrill1-126/+37
I've fixed a few minor probs with the optimised version that Eric put together for me the other day and sent the fixes back to him. Provided he doesn't have a problem with it we've got a pretty solid in_cksum for the ColdFire as well as straight m68k. I've enclosed my updated in_cksum_m68k.c At the moment my own bottlenecks are elsewhere...as my driver is pulling 16bit data chunks through a libchip-esq access routine from the chip which for a polled I/O device is never going to be quick.
1998-09-10Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make this compileJoel Sherrill1-1/+1
for the ColdFire.
1998-08-21Added i386 specific version of in_cksum.c and restructured the mainJoel Sherrill1-0/+0
file to switch out to CPU specific implementations.
1998-08-21Another missing piece. Thanks Eric.Joel Sherrill1-0/+3
1998-08-19Base filesJoel Sherrill1-0/+308