Date: Fri, 21 Nov 2003 13:24:31 -0800 (PST) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica dsmthdat.c utdelete.c Message-ID: <200311212124.hALLOVBB017036@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2003/11/21 13:24:31 PST FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica dsmthdat.c utdelete.c Log: Update code for checking the reference count and performing the final delete of objects. Also revert our temporary workaround in dsmthdat.c that always copied objects. This is the correct fix for errors evaluating _BST (and GBST) on IBM Thinkpads where an argument (Arg3) was returned to the caller and the object was freed while still in use. This will be in a future ACPI-CA dist. Thanks to: kochi@netbsd.org, shaohua.li@intel.com Revision Changes Path 1.1.1.18 +7 -23 src/sys/contrib/dev/acpica/dsmthdat.c 1.1.1.19 +38 -2 src/sys/contrib/dev/acpica/utdelete.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311212124.hALLOVBB017036>