1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/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
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
Makefile
OSFpal.c
pal.S
prom_disp.S
prom_swpal.S
prom.c
reboot.c
srmdisk.c
srmnet.c
start.S
time.c