freebsd-dev/sys/boot/alpha/libalpha
Marcel Moolenaar ed57871e83 Fix getsecs(). It was not counting the seconds right. The immediate
and visible effect of the bug what that autoboot would boot a kernel
after only a couple of seconds had passed instead of waiting the
full 10 seconds it's supposed to wait by default.
Add my copyright notice, since one was missing and I reimplemented
the one and only function in this file.

MFC after: 1 week
2005-06-04 21:55:51 +00:00
..
alpha_copy.c
alpha_module.c
bbinfo.h
bootinfo.c
common.h
delay.c Fix delay(). The processor cycle counter is a 32-bit wrapping counter. 2005-06-04 21:50:44 +00:00
devicename.c Add a missing const to alpha_setcurrdev() to quiet a warning. 2005-05-31 21:23:43 +00:00
elf_freebsd.c
getsecs.c Fix getsecs(). It was not counting the seconds right. The immediate 2005-06-04 21:55:51 +00:00
libalpha.h Add a missing const to alpha_setcurrdev() to quiet a warning. 2005-05-31 21:23:43 +00:00
Makefile
OSFpal.c
pal.S
prom_disp.S
prom_swpal.S
prom.c
reboot.c
srmdisk.c Change the type the buf arg to the strategy routines from void * to char * 2005-05-31 21:23:21 +00:00
srmnet.c
start.S
time.c