Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2009 17:41:53 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c
Message-ID:  <200910081742.n98Hg6Er097669@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-10-08 17:41:53 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/acpica     acpi_machdep.c acpi_wakecode.S 
                         acpi_wakeup.c 
  Log:
  SVN rev 197863 on 2009-10-08 17:41:53Z by jkim
  
  Clean up amd64 suspend/resume code.
  
  - Allocate memory for wakeup code after ACPI bus is attached.  The early
  memory allocation hack was inherited from i386 but amd64 does not need it.
  - Exclude real mode IVT and BDA explicitly.  Improve comments about memory
  allocation and reason for the exclusions.  It is a no-op in reality, though.
  - Remove an unnecessary CLD from wakeup code and re-align.
  
  Revision  Changes    Path
  1.24      +10 -3     src/sys/amd64/acpica/acpi_machdep.c
  1.4       +3 -3      src/sys/amd64/acpica/acpi_wakecode.S
  1.27      +22 -27    src/sys/amd64/acpica/acpi_wakeup.c



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