Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2008 21:58:34 +0000 (UTC)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/cpufreq est.c
Message-ID:  <200803012158.m21LwYIt084543@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2008-03-01 21:58:34 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/cpufreq     est.c 
  Log:
  In est_acpi_info(), initialize count before passing its pointer to
  CPUFREQ_DRV_SETTINGS().  The value of count on input is used to
  prefent overflow of the settings buffer passed into CPUFREQ_DRV_SETTINGS().
  
  This corrects the "est: CPU supports Enhanced Speedstep, but is not recognized."
  error on my system.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.13      +1 -0      src/sys/i386/cpufreq/est.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803012158.m21LwYIt084543>