Date: Fri, 13 Aug 2004 06:21:36 +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/dev/acpica acpi_acad.c Message-ID: <200408130621.i7D6Laps070854@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2004-08-13 06:21:36 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_acad.c Log: MPSAFE locking * Serialize notification of acline changes in acpi_acad_get_status(). * Remove the initializing flag. With the locking, we don't need to push off requests for the acline before initialization is done. * Don't check device_get_softc(), it can't return NULL. Revision Changes Path 1.30 +15 -29 src/sys/dev/acpica/acpi_acad.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408130621.i7D6Laps070854>