summaryrefslogtreecommitdiffstats
path: root/clock/cmos.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:41 +0100
committerKarel Zak2006-12-07 00:25:41 +0100
commiteb63b9b8f4cecb34c2478282567862bc48ef256d (patch)
tree99243f8eecb44c2bb6a559982b99c680fcb649e7 /clock/cmos.c
parentImported from util-linux-2.9v tarball. (diff)
downloadkernel-qcow2-util-linux-eb63b9b8f4cecb34c2478282567862bc48ef256d.tar.gz
kernel-qcow2-util-linux-eb63b9b8f4cecb34c2478282567862bc48ef256d.tar.xz
kernel-qcow2-util-linux-eb63b9b8f4cecb34c2478282567862bc48ef256d.zip
Imported from util-linux-2.10f tarball.
Diffstat (limited to 'clock/cmos.c')
-rw-r--r--clock/cmos.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/clock/cmos.c b/clock/cmos.c
index 78d5dbb94..827ec54a9 100644
--- a/clock/cmos.c
+++ b/clock/cmos.c
@@ -146,8 +146,9 @@ set_cmos_epoch(int ARCconsole, int SRM) {
if (debug) printf (_("booted from MILO\n"));
}
- /* See whether we are dealing with a RUFFIAN aka UX, as they have REALLY
- different TOY (TimeOfYear) format: BCD, and not an ARC-style epoch.
+ /* See whether we are dealing with a RUFFIAN aka Alpha PC-164 UX (or BX),
+ as they have REALLY different TOY (TimeOfYear) format: BCD, and not
+ an ARC-style epoch.
BCD is detected dynamically, but we must NOT adjust like ARC. */
if (ARCconsole && is_in_cpuinfo("system type", "Ruffian")) {
ARCconsole = 0;