bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH gnumach] pit: Use corrected clock frequency


From: Damien Zammit
Subject: [PATCH gnumach] pit: Use corrected clock frequency
Date: Sun, 26 Feb 2023 06:36:04 +0000

All PC compatibles operate the PIT at a clock rate of (105/88) MHz

---
 i386/i386/pit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i386/i386/pit.h b/i386/i386/pit.h
index b14c4c84..49e1051b 100644
--- a/i386/i386/pit.h
+++ b/i386/i386/pit.h
@@ -86,7 +86,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  * (defined in param.h)
  */
 #if    defined(AT386) || defined(ATX86_64)
-#define CLKNUM         1193167
+#define CLKNUM         1193182
 #endif /* AT386 */

 extern void clkstart(void);
--
2.39.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]