CVS commit: src/sys/external/bsd/acpica/dist/namespace

2019-10-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 25 01:32:56 UTC 2019

Modified Files:
src/sys/external/bsd/acpica/dist/namespace: nsdump.c

Log Message:
fix printf formats


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
src/sys/external/bsd/acpica/dist/namespace/nsdump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/acpica/dist/namespace

2019-10-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 25 01:32:56 UTC 2019

Modified Files:
src/sys/external/bsd/acpica/dist/namespace: nsdump.c

Log Message:
fix printf formats


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
src/sys/external/bsd/acpica/dist/namespace/nsdump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/acpica/dist/namespace/nsdump.c
diff -u src/sys/external/bsd/acpica/dist/namespace/nsdump.c:1.15 src/sys/external/bsd/acpica/dist/namespace/nsdump.c:1.16
--- src/sys/external/bsd/acpica/dist/namespace/nsdump.c:1.15	Tue Oct 15 12:13:39 2019
+++ src/sys/external/bsd/acpica/dist/namespace/nsdump.c	Thu Oct 24 21:32:56 2019
@@ -369,7 +369,7 @@ AcpiNsDumpOneObject (
 AcpiOsPrintf (" =");
 for (i = 0; (i < ObjDesc->Buffer.Length && i < 12); i++)
 {
-AcpiOsPrintf (" %.2hX", ObjDesc->Buffer.Pointer[i]);
+AcpiOsPrintf (" %.2hhX", ObjDesc->Buffer.Pointer[i]);
 }
 }
 AcpiOsPrintf ("\n");
@@ -466,7 +466,7 @@ AcpiNsDumpOneObject (
 case ACPI_TYPE_LOCAL_BANK_FIELD:
 case ACPI_TYPE_LOCAL_INDEX_FIELD:
 
-AcpiOsPrintf (" Off %.3X Len %.2X Acc %.2hd\n",
+AcpiOsPrintf (" Off %.3X Len %.2X Acc %.2hhd\n",
 (ObjDesc->CommonField.BaseByteOffset * 8)
 + ObjDesc->CommonField.StartFieldBitOffset,
 ObjDesc->CommonField.BitLength,



Re: CVS commit: src/sys/external/bsd/acpica/dist/namespace

2014-04-05 Thread Christos Zoulas
On Apr 4,  8:00pm, c...@chuq.com (Chuck Silvers) wrote:
-- Subject: Re: CVS commit: src/sys/external/bsd/acpica/dist/namespace

| hi christos,
| 
| this change breaks the SATA controller on one of my boxes.
| this change doesn't look at all right to me,
| how about we revert it and fix the macbook problem a better way?
| 

Sure, let's discuss it with Ryo though.

christos


Re: CVS commit: src/sys/external/bsd/acpica/dist/namespace

2014-04-04 Thread Ryo ONODERA
From: Chuck Silvers c...@chuq.com, Date: Fri, 4 Apr 2014 20:00:19 -0700

 hi christos,
 
 this change breaks the SATA controller on one of my boxes.
 this change doesn't look at all right to me,
 how about we revert it and fix the macbook problem a better way?

I feel that MacBook Air mid-2012's problem should be fixed
in another way. But I have no idea...

 
 
 On Sun, Jan 05, 2014 at 10:45:43AM -0500, Christos Zoulas wrote:
 Module Name: src
 Committed By:christos
 Date:Sun Jan  5 15:45:43 UTC 2014
 
 Modified Files:
  src/sys/external/bsd/acpica/dist/namespace: nsinit.c
 
 Log Message:
 PR/48494: Ryo Onodera: After ACPICA 20131218 update, uhub topology is
 misanderstood on macbook air. Ryo by bisection found that the following
 commit causes the problem: https://github.com/acpica/acpica/commit/\
 637accd073a205eb4acac935f34d0eaee0c301a8. This is tracked in:
 https://bugs.acpica.org/show_bug.cgi?id=1016
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/acpica/dist/namespace/nsinit.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

--
Ryo ONODERA // ryo...@yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3