bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH gnumach] pit: Use corrected clock frequency


From: Samuel Thibault
Subject: Re: [PATCH gnumach] pit: Use corrected clock frequency
Date: Sun, 26 Feb 2023 10:01:15 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

Damien Zammit, le dim. 26 févr. 2023 06:36:04 +0000, a ecrit:
> 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
> 
> 
> 

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.



reply via email to

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