Date: Mon, 15 Jun 2009 21:55:29 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r194269 - head/sys/amd64/conf Message-ID: <200906152155.n5FLtTuQ003081@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906152155.n5FLtTuQ003081>