freebsd-dev/sys/i386/acpica
Nate Lawson 64297e67ab 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.
2006-06-08 17:54:10 +00:00
..
acpi_machdep.c Minor tweaks to the resume code that might help people debug. 2006-06-08 17:54:10 +00:00
acpi_wakecode.S Minor tweaks to the resume code that might help people debug. 2006-06-08 17:54:10 +00:00
acpi_wakeup.c Minor tweaks to the resume code that might help people debug. 2006-06-08 17:54:10 +00:00
genwakecode.sh Only export defined symbols. Note that I couldn't find any difference 2004-12-12 06:59:14 +00:00
madt.c If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall 2006-03-27 15:59:48 +00:00
Makefile Use headers from the kernel source tree rather than installed headers. 2004-04-13 13:43:11 +00:00
OsdEnvironment.c Canonize the include of acpi.h. 2005-09-11 18:39:03 +00:00