Date: Thu, 8 Jun 2006 17:54:10 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c Message-ID: <200606081754.k58HsAHR053077@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606081754.k58HsAHR053077>