git: acpi(4): Fix a bug in acpi_cpu_cstate.c (we have to write, and not to read).
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Wed Feb  9 08:28:22 PST 2011
    
    
  
commit 744f6957d487e57f1e5e6ed66c85a5601f48804f
Author: Sascha Wildner <saw at online.de>
Date:   Wed Feb 9 17:25:06 2011 +0100
    acpi(4): Fix a bug in acpi_cpu_cstate.c (we have to write, and not to read).
    
    Introduced with 10f976749fd9ad2e8642ea80ce533f7416910a65. The commit message
    said "Sync ACPI with FreeBSD 7.2", even though FreeBSD 7.2 doesn't seem to
    have this code at all, so I'm not sure about what the idea behind that
    change was. I'm guessing it is a typo, since newer FreeBSDs call
    AcpiWriteBitRegister() here too.
    
    Reported-by: Andrea Magliano <masterblaster at tiscali.it>
Summary of changes:
 sys/dev/acpica5/acpi_cpu_cstate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/744f6957d487e57f1e5e6ed66c85a5601f48804f
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list