From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 9 03:24:35 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A5516A4CE for ; Mon, 9 Aug 2004 03:24:35 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6063D43D1F for ; Mon, 9 Aug 2004 03:24:34 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 371F465211; Mon, 9 Aug 2004 04:24:32 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49103-03; Mon, 9 Aug 2004 04:24:31 +0100 (BST) Received: from empiric.dek.spc.org (dhcp94.icir.org [192.150.187.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1BEBE651EB; Mon, 9 Aug 2004 04:24:23 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 3AD0C62C9; Sun, 8 Aug 2004 20:24:20 -0700 (PDT) Date: Sun, 8 Aug 2004 20:24:20 -0700 From: Bruce M Simpson To: Arne Schwabe Message-ID: <20040809032419.GA5037@empiric.icir.org> Mail-Followup-To: Arne Schwabe , takawata@jp.freebsd.org, freebsd-hackers@freebsd.org References: <200408090108.i7918C9x060958@sana.init-main.com> <86k6w92hll.fsf@kamino.rfc1149.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86k6w92hll.fsf@kamino.rfc1149.org> cc: freebsd-hackers@freebsd.org Subject: Re: Driver for Thinkpad Hotkeys. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 03:24:35 -0000 On Mon, Aug 09, 2004 at 04:03:18AM +0200, Arne Schwabe wrote: > IIrc correct the WLAN indicator is wired to the minipci for Thinkpads, > at least the linux madwifi (which is basically our ath driver but our > ath has not been updated for some very long time) has support for the > IBM thinkpad wlan led. Maybe that is not the only method of talking to > the LED :) GPIO pins, twiddled by the driver, according to Sam. The madwifi stuff does this. A more significant backport of ath features should really be done. If I find time, I'll certainly help, given that ath is now my primary wireless connection. BMS