From owner-acpi-jp@jp.FreeBSD.org Sat Sep 20 03:04:35 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h8JI4ZM95142;
	Sat, 20 Sep 2003 03:04:35 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from rootlabs.com (root.org [67.118.192.226])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id h8JI4YJ95137
	for <acpi-jp@jp.FreeBSD.org>; Sat, 20 Sep 2003 03:04:34 +0900 (JST)
	(envelope-from nate@rootlabs.com)
Received: (qmail 22914 invoked by uid 1000); 19 Sep 2003 18:04:29 -0000
From: Nate Lawson <nate@root.org>
To: Philip Paeps <philip+freebsd@paeps.cx>
cc: acpi-jp@jp.FreeBSD.org
In-Reply-To: <20030919093728.GC652@hermes.nixsys.be>
Message-ID: <20030919110103.E22778@root.org>
References: <20030914225148.2e1a21f7.aizu@navi.org> <20030916161328.Q10247@root.org>
 <20030918231149.7e57383b.aizu@navi.org> <20030919.013121.43004805.iwasaki@jp.FreeBSD.org>
 <20030918102054.T15072@root.org> <20030919093728.GC652@hermes.nixsys.be>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 19 Sep 2003 11:04:29 -0700
X-Sequence: acpi-jp 2686
Subject: [acpi-jp 2686] Re: TOSHIBA HCI driver on ACPI.
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030902

On Fri, 19 Sep 2003, Philip Paeps wrote:
> > Are either of you willing to take a look at the Linux ASUS driver and
> > rewrite it in a similar manner?  Also, if anyone has an ASUS laptop and
> > would be willing to test a new driver, that would be good.
> >    linux/drivers/acpi/asus_acpi.c
>
> I'm still working on this.  It's been on the backburner for a bit, sorry about
> that.  Attached is what's currently working pretty well on my laptop (L3H) and
> a friend's L3D.

Thanks, I had forgotten you were working on this.

One thing you should look into doing is removing read/write_int.  See
acpi_EvaluateInteger() instead.  Also, there are some style bugs (long
lines > 80 columns).  Once the driver is more finished, I'd be happy to
import it.

-Nate
