From owner-acpi-jp@jp.FreeBSD.org Thu Dec 25 01:17:56 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id hBOGHuL87129;
	Thu, 25 Dec 2003 01:17:56 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from st68.arena.ne.jp (st68.arena.ne.jp [203.138.213.2])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id hBOGHuC87124
	for <acpi-jp@jp.freebsd.org>; Thu, 25 Dec 2003 01:17:56 +0900 (JST)
	(envelope-from aizu@navi.org)
Received: (qmail 32668 invoked by SAV 20031121.8); 25 Dec 2003 01:17:55 +0900
Received: from unknown (HELO localhost) (219.167.192.150)
  by st68.arena.ne.jp with SMTP; 25 Dec 2003 01:17:55 +0900
From: Hiroyuki Aizu <aizu@navi.org>
To: Nate Lawson <nate@root.org>
Cc: acpi-jp@jp.FreeBSD.org
Message-Id: <20031225011834.45840753.aizu@navi.org>
In-Reply-To: <20031223205856.N93778@root.org>
References: <20031223205856.N93778@root.org>
Organization: navi.org
X-Mailer: Sylpheed version 0.9.5-gtk2-20030906 (GTK+ 2.2.4; i386-portbld-freebsd5.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Thu, 25 Dec 2003 01:18:34 +0900
X-Sequence: acpi-jp 2937
Subject: [acpi-jp 2937] Re: Updated acpi_toshiba driver
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: aizu@navi.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+031216

Hi.

On Tue, 23 Dec 2003 21:02:20 -0800 (PST)
Nate Lawson <nate@root.org> wrote:

> The driver has been updated to make it commit-ready.  It needs some
> testing and probably has a few bugs since I don't have this hardware.
> Some hotkeys are handled by the kernel and others are left to userland.
> 
> -Nate
> 
> http://root.org/~nate/freebsd/tosh.diff
> 

I tried your patch on Libretto L5. But unfortunately, it doesn't work at all.

Problems is below
1. problem is sysctl values does not appear like hw.acpi.toshiba.*
   Of cource driver module load is success like this.
   acpi_toshiba0: <Toshiba Extra HCI> on acpi0
2. Press Fn+ESC, Fn+F5,Fn+F6 and Fn+F7 never happen anything.
3. Press Fn+F8 is blackout backlight forever.

Please give me some time for debug.
I'll debug these problem in this weekend.

And, I think it is better all Fn-key handling leave it to devd. Because
it can be fully configureable.
