From owner-freebsd-acpi@FreeBSD.ORG Wed Jun 1 13:37:49 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B1A16A41C for ; Wed, 1 Jun 2005 13:37:49 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id BD93B43D53 for ; Wed, 1 Jun 2005 13:37:48 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 16850 invoked from network); 1 Jun 2005 22:37:47 +0900 Received: from unknown (HELO localhost) (210.153.209.47) by wasley.bl.mmtr.or.jp with SMTP; 1 Jun 2005 22:37:47 +0900 Date: Wed, 01 Jun 2005 22:37:41 +0900 (JST) Message-Id: <20050601.223741.41633364.rushani@bl.mmtr.or.jp> To: markus@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200505311922.40288.markus@FreeBSD.org> References: <429C8E98.6000101@errno.com> <200505311915.37097.markus@FreeBSD.org> <200505311922.40288.markus@FreeBSD.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.50 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sam@errno.com, freebsd-acpi@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: Call for testers: New acpi_ibm driver X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 13:37:49 -0000 Hi, >>> On Tue, 31 May 2005 19:22:34 +0200, Markus Brueffer said: > On Tuesday 31 May 2005 19:15, Markus Brueffer wrote: > > On Tuesday 31 May 2005 18:19, Sam Leffler wrote: > > > Hideyuki KURASHINA wrote: > > [...] > > > > > BTW, wlan LED only works before suspend, that is, it won't blink > > > > after suspend (this is same behavior as before). > > > > > > I haven't been able to make suspend-resume work correctly on my t42p > > > but if the wlan LED is the same one controlled by the ath driver then > > > you might check the suspend-resume logic in the driver to make sure it > > > re-enables the gpio pin. I thought it did but given that I can't > > > resume properly it's hard to test... > > > > My T41p resumes fine and in fact the wlan LED doesn't work after resume > > (didn't notice that before). The attached patch for if_ath.c fixes that > > for me. Same here. My X40 also resumes fine. > Seems like the patch didn't make it to the list: > > http://people.freebsd.org/~markus/ibm/if_ath.c.diff Your patch fixes the problem, too. Thanks! -- rushani