NetBSD/sys/arch/vax
joerg 6e869e402d Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
  They call a backend function cpu_in_cksum after possibly
  computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
  The default implementation is moderate fast on most platforms
  and provides a 32bit accumulator with 16bit addends for L32 platforms
  and a 64bit accumulator with 32bit addends for L64 platforms.
  It handles edge cases like very large mbuf chains (could happen with
  native IPv6 in the future) and provides a good base for new native
  implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
2008-01-25 21:12:10 +00:00
..
bi
boot Add -fno-pic to CFLAGS and AFLAGS 2007-03-31 06:03:13 +00:00
compile
conf Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
consolerl
floppy
if Use IFADDR_EMPTY(). 2007-12-05 22:51:01 +00:00
include Define PT_MACHDEP_STRINGS 2008-01-25 11:59:20 +00:00
mba Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
stand
uba time.tv_sec -> time_second 2008-01-04 22:43:45 +00:00
vax Timecounter support for VAX. Basic testing in simh done on a backported 2008-01-07 16:40:16 +00:00
vsa Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
Makefile