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
This commit is contained in:
Paul Saab 2009-06-15 21:55:29 +00:00
parent 7c7cef7278
commit c2b6d60d26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194269

View File

@ -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"