svn commit: r194269 - head/sys/amd64/conf
Paul Saab
ps at FreeBSD.org
Mon Jun 15 21:55:31 UTC 2009
Author: ps
Date: Mon Jun 15 21:55:29 2009
New Revision: 194269
URL: http://svn.freebsd.org/changeset/base/194269
Log:
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
Modified:
head/sys/amd64/conf/GENERIC.hints
Modified: head/sys/amd64/conf/GENERIC.hints
==============================================================================
--- head/sys/amd64/conf/GENERIC.hints Mon Jun 15 21:54:26 2009 (r194268)
+++ head/sys/amd64/conf/GENERIC.hints Mon Jun 15 21:55:29 2009 (r194269)
@@ -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"
More information about the svn-src-all
mailing list