cvs commit: src/sys/dev/acpica acpi_cmbat.c

2006-04-15 Thread Mitsuru IWASAKI
iwasaki 2006-04-15 16:10:54 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cmbat.c Log: Oops, untested code was included accidentally. Fixed. Revision ChangesPath 1.45 +3 -1 src/sys/dev/acpica/acpi_cmbat.c

cvs commit: src/sys/dev/acpica acpi_cmbat.c

2005-11-25 Thread Nate Lawson
njl 2005-11-26 07:37:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpica acpi_cmbat.c Log: MFC 1.43: Acquire locks around call to acpi_cmbat_get_bif() Revision ChangesPath 1.39.2.4 +12 -1 src/sys/dev/acpica/acpi_cmbat.

cvs commit: src/sys/dev/acpica acpi_cmbat.c

2005-11-25 Thread Nate Lawson
njl 2005-11-26 07:36:53 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cmbat.c Log: Add a locking stub to call acpi_cmbat_get_bif() now that it is directly run from the taskqueue. There should probably be a better way to do this later, but this suff

cvs commit: src/sys/dev/acpica acpi_cmbat.c

2005-11-22 Thread Nate Lawson
njl 2005-11-23 00:57:51 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cmbat.c Log: Try to fix problems with periodic hangs by never directly calling _BIF. Instead, re-evaluate _BIF only when we get a notify and use the cached results. We also still