cvs commit: src/sys/i386/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c

Nate Lawson njl at FreeBSD.org
Thu Jun 8 21:30:43 UTC 2006


njl         2006-06-08 17:54:10 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/acpica      acpi_machdep.c acpi_wakecode.S 
                         acpi_wakeup.c 
  Log:
  Minor tweaks to the resume code that might help people debug.
  
  * Add hw.acpi.resume_beep tunable and sysctl, default to 0.  Beeps the PC
  speaker soon after waking to diagnose whether the wakeup code is even
  getting run before other drivers possibly hang the system.  To stop the beep,
  cause another beep (i.e. keyboard bell).  Submitted by takawata@, I changed
  the frequency to be lower.
  
  * Use 4096 instead of 4 byte alignment.  Might be useful although doesn't
  seem to be necessary.
  
  * Remove a useless assignment to acpi_reset_video.  It was overwritten by
  the default sysctl value anyway.
  
  Revision  Changes    Path
  1.31      +7 -1      src/sys/i386/acpica/acpi_machdep.c
  1.11      +17 -4     src/sys/i386/acpica/acpi_wakecode.S
  1.42      +2 -0      src/sys/i386/acpica/acpi_wakeup.c


More information about the cvs-src mailing list