Home | History | Annotate | Download | only in libsa
History log of /src/sys/arch/mvme68k/stand/libsa/libsa.h
RevisionDateAuthorComments
 1.6  12-Jan-2009  tsutsui 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.
 1.5  12-Jan-2008  tsutsui branches: 1.5.6; 1.5.10; 1.5.18;
Misc cleanup:
- KNF, ANSIfy, remove __P()
- use __func__ to print function names
- use __arraycount()
- include "ioconf.h" for struct cfdriver
- u_intNN_t -> uintNN_t
- wrap long lines
etc.
 1.4  24-Jul-2000  jdolecek branches: 1.4.40; 1.4.102; 1.4.108; 1.4.116;
cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary
stuff
make this all compile with -Wall -Wno-main -Wmissing-prototypes
-Wstrict-prototypes -Werror , also compilable on 1.4.1
label itself as NetBSD/mvme68k instead of "BSD" in bootblock message
move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built
and used separately to rest of libbug)
convert sboot to use ordinary mvme68 libsa, instead of copying needed
stuff in libc_sa.c
convert to use version info generated by sys/conf/newvers_stand.sh
instead of previous version.c files, add necessary 'version' files
put chiptotime() to separate libsa file (used also by sboot/clock.c)

Thanks to Steve Woodford for help with this. Note that -current build
might be hosed by this change, will be addressed by Steve shortly.
 1.3  24-Jul-2000  scw Pass the boot partition number into the loaded kernel, in preparation
for doing away with __BROKEN_DK_ESTABLISH.
 1.2  19-May-1996  chuck branches: 1.2.32;
minor clean
 1.1  17-May-1996  chuck bugdev.c: from Dale Rahn (bug device access)
exec_mvme.c: from sun3 port, adapted by me. I also fixed a bug that
prevented ZMAGIC kernels from running.
libsa.h: new file by me
parse_args.c: by Theo de Raadt from OpenBSD with slight revisions from by me
to make it fit the new format.
 1.2.32.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.4.116.1  19-Jan-2008  bouyer Sync with HEAD
 1.4.108.1  18-Feb-2008  mjf Sync with HEAD.
 1.4.102.1  23-Mar-2008  matt sync with HEAD
 1.4.40.1  21-Jan-2008  yamt sync with head
 1.5.18.1  19-Jan-2009  skrll Sync with HEAD.
 1.5.10.1  04-May-2009  yamt sync with head.
 1.5.6.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed