Date: Sun, 18 Nov 2001 10:12:08 -0800 (PST) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_acad.c acpi_button.c acpi_cmbat.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_thermal.c acpivar.h Message-ID: <200111181812.fAIIC8w42842@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iwasaki 2001/11/18 10:12:08 PST Modified files: sys/dev/acpica acpi_acad.c acpi_button.c acpi_cmbat.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_thermal.c acpivar.h Log: Cleanups of verbose printing. All the messages for the debugging is disabled unless verbose flag is set. Also fix some messages in terms of English. The critical messages and error messages in probe/attach routine are unchanged by this commit. Revision Changes Path 1.10 +4 -7 src/sys/dev/acpica/acpi_acad.c 1.6 +9 -5 src/sys/dev/acpica/acpi_button.c 1.12 +20 -21 src/sys/dev/acpica/acpi_cmbat.c 1.8 +2 -1 src/sys/dev/acpica/acpi_cpu.c 1.19 +30 -16 src/sys/dev/acpica/acpi_ec.c 1.7 +4 -2 src/sys/dev/acpica/acpi_lid.c 1.19 +20 -19 src/sys/dev/acpica/acpi_thermal.c 1.23 +5 -0 src/sys/dev/acpica/acpivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111181812.fAIIC8w42842>