From owner-freebsd-mobile@FreeBSD.ORG Thu Apr 17 15:47:58 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48C66106564A for ; Thu, 17 Apr 2008 15:47:58 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 245FD8FC22 for ; Thu, 17 Apr 2008 15:47:58 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m3HFlvXQ045099 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Apr 2008 08:47:57 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4807712D.20502@freebsd.org> Date: Thu, 17 Apr 2008 08:47:57 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Takashi Inoue References: <4805E5A2.1070705@sophia.ac.jp> <48062360.8000106@freebsd.org> <48070939.6010701@sophia.ac.jp> In-Reply-To: <48070939.6010701@sophia.ac.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-mobile@freebsd.org Subject: Re: pciconf -w X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 15:47:58 -0000 Takashi Inoue wrote: > Sam Leffler wrote: > >> Takashi Inoue wrote: >> >>> Hi friends, >>> >>> Does anyone know how to trun off a pci device using pciconf -w ? >>> >>> Becase my MiniPCI Express wireless card is realy hot, >>> I want to turn off when I don't need it. >>> >>> >>> ath0@pci0:3:0:0: class=0x020000 card=0x058a1014 chip=0x1014168c >>> rev=0x01 hdr=0x00 >>> vendor = 'Atheros Communications Inc.' >>> device = 'AR5212 Atheros AR5212 802.11abg wireless' >>> class = network >>> subclass = ethernet >>> cap 01[40] = powerspec 2 supports D0 D3 current D0 >>> cap 05[50] = MSI supports 1 message >>> cap 10[60] = PCI-Express 1 legacy endpoint >>> cap 11[90] = MSI-X supports 1 message in map 0x10 >>> >>> >> >> >> Did you mark the interface down? When you do that it should power >> off the radio and the stop the mac's clock. > > Really? > I don't think so. > At here, ath0 is ON(D0) regardress ath0 is up or down > or driver is loaded or unloded. I didn't say marking the interface down powered down the socket; I said it powered off the radio and stopped the MAC. This means the chip should be doing nothing to draw power so if it is then either something is not being stopped or there's an issue elsewhere. I'm aware of several PCIE power-related errata and can investigate but must have the mac+phy revs from the chip which you haven't provided. > > >> Device id 0x1014 is not pcie as far as I know and I've never seen an >> Atheros card that supports MSI so something doesn't make sense here >> (perhaps I'm just unaware of MSI support coming in). > > That is Lebovo option MiniPCI Express card in below(in Japanese). > > http://www-06.ibm.com/jp/pc/option/obi/nob11/40y7028/40y7028a.shtml > Sorry, all I can get out of that is a picture :) Provide the mac+phy revs from dmesg | grep ath0 and tell me the hal version. Sam