NetBSD/sys/arch/pc532
simonb 3c185af5fd Include <sys/endian.h> after defining whether where are little- or
big-endian.  i386, pc532 and vax still include <machine/byte_swap.h>
and define macros for the {n,h}to{h,n}*() functions.  mips also
defines some endian-independent assembly-code aliases for unaligned
memory accesses.
1999-08-21 05:53:50 +00:00
..
compile
conf It's time to be COMPAT_14. 1999-07-29 10:37:12 +00:00
dev Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
fpu {bzero, bcopy} -> {memset, memcpy} 1998-09-12 19:14:58 +00:00
include Include <sys/endian.h> after defining whether where are little- or 1999-08-21 05:53:50 +00:00
pc532 two changes to prevent the kernel's pmap from being locked recursively 1999-08-18 03:59:36 +00:00
stand Fix symbol loading. esym is passed as an offset to loadaddress. 1999-05-03 09:19:29 +00:00
Makefile
To.Do