aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2009-06-15 21:55:29 +0000
committerPaul Saab <ps@FreeBSD.org>2009-06-15 21:55:29 +0000
commitc2b6d60d26262887d5b0979b9cadc791c878fccf (patch)
tree5a04574a3d251da4386b1e2fdab8c428aac0b25e
parent7c7cef727834993a1e92e0de5ccbe09dcba27d95 (diff)
downloadsrc-c2b6d60d26262887d5b0979b9cadc791c878fccf.tar.gz
src-c2b6d60d26262887d5b0979b9cadc791c878fccf.zip
I have several machines where the following warning is printed:
warning: no time-of-day clock registered, system time will not be set accurately Provide hints to atrtc on amd64 since it's not being described in ACPI on some systems. Reviewed by: jhb
Notes
Notes: svn path=/head/; revision=194269
-rw-r--r--sys/amd64/conf/GENERIC.hints3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints
index d91029ddda7a..731124d04105 100644
--- a/sys/amd64/conf/GENERIC.hints
+++ b/sys/amd64/conf/GENERIC.hints
@@ -24,3 +24,6 @@ hint.uart.1.port="0x2F8"
hint.uart.1.irq="3"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
+hint.atrtc.0.at="isa"
+hint.atrtc.0.port="0x70"
+hint.atrtc.0.irq="8"