From owner-acpi-jp@jp.freebsd.org  Mon Jul 24 13:01:13 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id NAA54432;
	Mon, 24 Jul 2000 13:01:13 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from mail.ogis-ri.co.jp (ns.ogis-ri.co.jp [158.201.127.1])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id NAA54320
	for <acpi-jp@jp.freebsd.org>; Mon, 24 Jul 2000 13:00:56 +0900 (JST)
	(envelope-from yokoyama@o3.otc.ogis-ri.co.jp)
Received: from nozomi.icc.ogis-ri.co.jp (nozomi.icc.ogis-ri.co.jp [158.201.123.33])
	by mail.ogis-ri.co.jp (8.9.2+3.1W/3.7W0002211103) with ESMTP id NAA04198
	for <acpi-jp@jp.freebsd.org>; Mon, 24 Jul 2000 13:00:23 +0900 (JST)
Received: from o3.otc.ogis-ri.co.jp (o3.otc.ogis-ri.co.jp [158.201.73.1]) by nozomi.icc.ogis-ri.co.jp (8.9.3+3.2W/3.5Wpl2-ogismail1.0) with ESMTP id NAA28123 for <acpi-jp@jp.freebsd.org>; Mon, 24 Jul 2000 13:00:22 +0900 (JST)
Received: from localhost (test5.o3.otc.ogis-ri.co.jp [158.201.73.100]) by o3.otc.ogis-ri.co.jp (8.8.4/3.5Wpl597042212) with ESMTP id NAA29123; Mon, 24 Jul 2000 13:00:21 +0900 (JST)
To: acpi-jp@jp.freebsd.org
Cc: Yasuo Yokoyama / =?iso-2022-jp?B?GyRCMiM7M0JZSVcbKEI=?=
 <yokoyama@o3.otc.ogis-ri.co.jp>
From: Yasuo Yokoyama / =?iso-2022-jp?B?GyRCMiM7M0JZSVcbKEI=?=
 <yokoyama@o3.otc.ogis-ri.co.jp>
X-Mailer: Mew version 1.94.1 on XEmacs 21.1 (Canyonlands)
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
 boundary="--Next_Part(Mon_Jul_24_13:02:09_2000_809)--"
Content-Transfer-Encoding: 7bit
Message-Id: <20000724130212U.yokoyama@o3.otc.ogis-ri.co.jp>
Date: Mon, 24 Jul 2000 13:02:12 +0900
X-Dispatcher: imput version 20000228(IM140)
Lines: 42
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 490
Subject: [acpi-jp 490] patch for acpidump/asl_dump.c
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: yokoyama@o3.otc.ogis-ri.co.jp

----Next_Part(Mon_Jul_24_13:02:09_2000_809)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

$B$h$3$d$^$G$9!#(B

MS-6210N $B$N(B DSDT $B$r:N$m$&$H$7$F$-$,$D$$$?$N$G$9$,!"(B
NameString $B$N=j$G(B DualNamePrefix $B$,Mh$k>l9g$K$&$^$/(B decode $B=PMh$J$$$h$&$G$9!#(B

$B0J2<$N%Q%C%A$GD>$k$H;W$$$^$9!#(B
$BLdBj$J$$$h$&$G$"$l$P(B commit $B$7$F$*$-$^$9!#(B

----Next_Part(Mon_Jul_24_13:02:09_2000_809)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="asl_dump.c.patch"

Index: asl_dump.c
===================================================================
RCS file: /home/ncvs/cvs-jp/ACPI/usr.sbin/acpi/acpidump/asl_dump.c,v
retrieving revision 1.3
diff -u -r1.3 asl_dump.c
--- asl_dump.c	2000/07/13 06:06:36	1.3
+++ asl_dump.c	2000/07/20 20:02:06
@@ -344,6 +344,7 @@
 	case '^':
 	case 'A' ... 'Z':
 	case '_':
+	case '.':
 		name = asl_dump_namestring(&dp);
 		width = asl_dump_pkglength(&dp);
 		offset += width;
@@ -709,6 +710,7 @@
 	case '^':
 	case 'A' ... 'Z':
 	case '_':
+	case '.':
 		dp--;
 		print_namestring(asl_dump_namestring(&dp));
 		break;

----Next_Part(Mon_Jul_24_13:02:09_2000_809)----
