Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 10/12/1998 08:41:12
Module Name: src
Committed By: perry
Date: Mon Oct 12 15:41:12 UTC 1998
Modified Files:
src/sys/arch/i386/isa: clock.c
Log Message:
1) Change "dectohexdec" and "hexdectodec" to "bintobcd" and
"bcdtobin". The old names were bogus.
2) Make the code grok the NVRAM's century field. This code is, to say
the least, poorly tested. It should make NetBSD play nicer with other
OSes that care about the century field, however.