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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"