cvs commit: src/sys/modules/acpi/acpi Makefile src/sys/i386/acpica acpi_wakecode.S

Ian Dowse iedowse at FreeBSD.org
Fri Apr 22 02:53:04 PDT 2005


iedowse     2005-04-22 09:53:04 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/acpi/acpi Makefile 
    sys/i386/acpica      acpi_wakecode.S 
  Log:
  Pick up the selectors to use for various kernel segments from assym.s
  instead of assuming fixed offsets within the GDT. The hard-coded
  values here have been incorrect since Peter's GDT rearranging around
  10 days ago, causing ACPI resume problems.
  
  Reviewed by:    peter
  
  Revision  Changes    Path
  1.10      +5 -4      src/sys/i386/acpica/acpi_wakecode.S
  1.10      +2 -2      src/sys/modules/acpi/acpi/Makefile


More information about the cvs-src mailing list