Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/external/bsd/acpica/dist/namespace Pull up following ...



details:   https://anonhg.NetBSD.org/src/rev/fe3b80c61d2e
branches:  netbsd-7
changeset: 799027:fe3b80c61d2e
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Feb 26 21:45:28 2015 +0000

description:
Pull up following revision(s) (requested by chs in ticket #546):
        sys/external/bsd/acpica/dist/namespace/nsinit.c: revision 1.7
revert rev 1.5, which brings back PR 48494.
that earlier revision itself reverted an upstream bugfix,
and that change fixed some systems but broke others
(in particular, it broke my HP Z800 workstation.)
this latest revision brings us back in sync with upstream.
the current upstream (and this latest flip-flop of our copy)
is clearly correct, since it zeros a buffer which is intended
to be used as scratch space for a single acpica operation.
agreed by christos and ryoon back in april 2014.

diffstat:

 sys/external/bsd/acpica/dist/namespace/nsinit.c |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r deb3e40b2d05 -r fe3b80c61d2e sys/external/bsd/acpica/dist/namespace/nsinit.c
--- a/sys/external/bsd/acpica/dist/namespace/nsinit.c   Tue Feb 24 10:53:54 2015 +0000
+++ b/sys/external/bsd/acpica/dist/namespace/nsinit.c   Thu Feb 26 21:45:28 2015 +0000
@@ -618,10 +618,7 @@
     ACPI_DEBUG_EXEC (AcpiUtDisplayInitPathname (
         ACPI_TYPE_METHOD, DeviceNode, METHOD_NAME__INI));
 
-#if 0
-    // https://bugs.acpica.org/show_bug.cgi?id=1016
     ACPI_MEMSET (Info, 0, sizeof (ACPI_EVALUATE_INFO));
-#endif
     Info->PrefixNode = DeviceNode;
     Info->RelativePathname = __UNCONST(METHOD_NAME__INI);
     Info->Parameters = NULL;



Home | Main Index | Thread Index | Old Index