freebsd-skq/sys/amd64
Poul-Henning Kamp 92a306a2b6 Use the correct value when writing the Day Of Week byte in the CMOS.
The correct range is [1...7] with Sunday=1, but we have been writing
[0...6] with Sunday=0.

The Soekris computers flagged the zero, zapped the date, so if you
rebooted your soekris on a sunday, it would come up with a wrong
date.

Bruce has a more extensive rework of this code, but we will stick with
the minimalist fix for now.

Spotted by:	Soren Kristensen <soren@soekris.com>
Thanks to:	Michael Sierchio <kudzu@tenebras.com>.
Confirmed by:	bde
Approved by:	re
2002-12-04 13:46:49 +00:00
..
acpica Add `if (!cold)' checkings for functions which is called via SYSINIT. 2002-11-24 02:27:07 +00:00
amd64 Use the correct value when writing the Day Of Week byte in the CMOS. 2002-12-04 13:46:49 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf No need for pmtimer hint anymore. 2002-10-22 17:32:27 +00:00
ia32 Regenerate after adding syscalls. 2002-11-16 23:48:14 +00:00
include Align the FPU state in the ucontext and sigcontext to 16 bytes 2002-12-02 19:58:55 +00:00
isa Use the correct value when writing the Day Of Week byte in the CMOS. 2002-12-04 13:46:49 +00:00
pci MFp4: 2002-11-14 05:22:37 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00