NetBSD/sys/arch/mvme68k
tsutsui 69cf32a782 Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
 numbers in seconds returned by the machine dependent getsecs() function
 which are used to measure relative time

saseconds_t (currently int):
 numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
2009-01-12 11:32:43 +00:00
..
compile
conf Remove softdep, pass 1. We are focused on improving journalling. 2008-11-24 11:41:07 +00:00
dev use device_lookup_private to get softc 2008-06-13 12:25:37 +00:00
docs
include Unify splraiseipl(9) implementation among m68k ports, 2008-06-26 02:52:29 +00:00
mvme68k Fix inverted logic on FPU type check in fpfault(). From OpenBSD. 2009-01-11 06:02:18 +00:00
stand Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
Makefile