History log of /src/sys/arch/mvme68k/stand/libsa/chiptotime.c |
Revision | | Date | Author | Comments |
1.7 |
| 20-Nov-2014 |
christos | use the inline bcdtobin and bintobcd directly instead through a macro.
|
1.6 |
| 20-Nov-2014 |
christos | this needs clock.h
|
1.5 |
| 17-Nov-2014 |
christos | PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros (derived from clock_subr.h). Keep clock_subr.h with the kernel structures and functions to reduce diffs, and have clock.h only include standalone constants and macros.
|
1.4 |
| 12-Jan-2008 |
tsutsui | branches: 1.4.54; 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.3 |
| 11-Dec-2005 |
christos | branches: 1.3.50; 1.3.56; 1.3.64; merge ktrace-lwp.
|
1.2 |
| 28-Jun-2005 |
junyoung | branches: 1.2.2; #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
|
1.1 |
| 24-Jul-2000 |
jdolecek | branches: 1.1.2; 1.1.26; 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.1.26.1 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.2.2 |
| 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.1.2.1 |
| 24-Jul-2000 |
bouyer | file chiptotime.c was added on branch thorpej_scsipi on 2000-11-20 20:15:29 +0000
|
1.2.2.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.3.64.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.3.56.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.3.50.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.4.54.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|