git: AMD64 - Unbreak the acpi kld, which also seems to fix USB umass detection.
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Fri Sep 18 18:32:43 PDT 2009
    
    
  
commit 01082ef86fdee2c3e6cc1b30d86e0563611b2926
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Sep 18 18:29:47 2009 -0700
    AMD64 - Unbreak the acpi kld, which also seems to fix USB umass detection.
    
    * Misc minor fixups (mainly empty routines) taken from FreeBSD.
    * ACPI module now loads for amd64.
    * And this also seems to get usb mass storage devices working properly.
Summary of changes:
 sys/dev/acpica5/Makefile                           |    4 +-
 sys/platform/pc64/acpica5/acpi_wakeup.c            |  309 +-------------------
 .../{pc32/i386 => pc64/amd64}/cpufreq_machdep.c    |    0
 sys/platform/pc64/conf/files                       |    1 +
 4 files changed, 5 insertions(+), 309 deletions(-)
 copy sys/platform/{pc32/i386 => pc64/amd64}/cpufreq_machdep.c (100%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/01082ef86fdee2c3e6cc1b30d86e0563611b2926
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list