From owner-acpi-jp@jp.freebsd.org  Sat Oct  7 13:44:36 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id NAA94373;
	Sat, 7 Oct 2000 13:44:36 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from mass.osd.bsdi.com (adsl-63-202-176-106.dsl.snfc21.pacbell.net [63.202.176.106])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id NAA94364
	for <acpi-jp@jp.freebsd.org>; Sat, 7 Oct 2000 13:44:35 +0900 (JST)
	(envelope-from msmith@mass.osd.bsdi.com)
Received: from mass.osd.bsdi.com (localhost [127.0.0.1])
	by mass.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e974kKh08416
	for <acpi-jp@jp.freebsd.org>; Fri, 6 Oct 2000 21:46:24 -0700 (PDT)
	(envelope-from msmith@mass.osd.bsdi.com)
Message-Id: <200010070446.e974kKh08416@mass.osd.bsdi.com>
X-Mailer: exmh version 2.1.1 10/15/1999
To: acpi-jp@jp.freebsd.org
In-reply-to: Your message of "Sat, 07 Oct 2000 12:36:51 +0900."
             <200010070336.MAA55874@shidahara1.planet.sci.kobe-u.ac.jp> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 06 Oct 2000 21:46:20 -0700
From: Mike Smith <msmith@freebsd.org>
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 812
Subject: [acpi-jp 812] Re: acpica-bsd-20001005 megapatch up 
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: msmith@freebsd.org

> In message <200010070327.e973Rjh08247@mass.osd.bsdi.com>, Mike Smith $B$5$s$$$o$/(B
> :
>  
> > - EC driver (untested, might work, should be fixable)
>  
> > I have some fix for this.
> > In machine ,the polling loop is time out.
> > And sometimes, it drops query. 
> > I fixed these problem. With this fix,this laptop supports AC-adapter
> >  attaching and detaching as I mentioned before. Cool! 
> 
> And I noticed that you use sprintf(qxx,"_Q%02x"....) to construct
> name for _QXX.You will only get lower case value for a-f,for example,
> "_Q0a". If this were for userland we can simply change format string to
> "_Q%02X", but kernel sprintf function has limited function and 
> %X is not supported.

%X is actually supported, but not correctly (it just prints lowercase), 
but I pass the resulting string to strupr() immediately after printing it.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
           V I C T O R Y   N O T   V E N G E A N C E


