git: 9front

Download patch

ref: 42adb7fe23c1651566a8ac303a6005383ad85946
parent: 175d34c4ea6c2dddab55f95c60adcb2393fecfd5
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jan 17 16:28:45 EST 2021

plan9.ini(8): document *nohpet= option

--- a/sys/man/8/plan9.ini
+++ b/sys/man/8/plan9.ini
@@ -847,6 +847,8 @@
 .SS \fL*notsc=\fP
 Disables the use of the per processor timestamp counter registers
 as high resolution clock.
+.SS \fL*nohpet=\fP
+Disables the HPET timer to be used as the high resolution clock.
 .SS \fL*pcimaxbno=value\fP
 This puts a limit on the maximum bus number probed
 on a PCI bus (default 7).
--