summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2009-06-15 21:55:29 +0000
committerps <ps@FreeBSD.org>2009-06-15 21:55:29 +0000
commit3e55479329bb79a78046777e9477fb6a7c7a07a2 (patch)
tree5a04574a3d251da4386b1e2fdab8c428aac0b25e
parent675236a73e61660960610d1bca4fb88271cf0426 (diff)
downloadFreeBSD-src-3e55479329bb79a78046777e9477fb6a7c7a07a2.zip
FreeBSD-src-3e55479329bb79a78046777e9477fb6a7c7a07a2.tar.gz
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
-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 d91029d..731124d 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"
OpenPOWER on IntegriCloud