From owner-freebsd-stable@FreeBSD.ORG Thu Nov 26 10:11:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DE12106566B for ; Thu, 26 Nov 2009 10:11:29 +0000 (UTC) (envelope-from dsh@wizard.volgograd.ru) Received: from dsh.falconknight.com (dsh.falconknight.com [66.160.163.23]) by mx1.freebsd.org (Postfix) with ESMTP id 2F59F8FC1C for ; Thu, 26 Nov 2009 10:11:28 +0000 (UTC) Received: from localhost (dsh [66.160.163.23]) by dsh.falconknight.com (Postfix) with ESMTP id 594B1B63528; Thu, 26 Nov 2009 01:52:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= wizard.volgograd.ru; h=content-transfer-encoding:content-type :mime-version:x-mailer:references:in-reply-to:message-id:subject :from:date:received:received:x-virus-scanned; s=foo; t= 1259229150; x=1261043550; bh=SUH5sC/8EknYdUX7kh4tRYeR7j205EiZYAS ce9s5GwQ=; b=fz5L2ud7AnZBfwDZny0vKmQbfwWqtnZqffpiXBIsI5G2Mkm0dU+ y9WehgtEhhrdSN50y5fJdn08t1clGrRxRWxKABQTZ0WGDhHj5mMEyFtbnkGWDPnF vTk5sGsufx0wsI5s3LO7Er23yWMhM5E7PJ6dVk9raSa4634lF5NkwSiU= X-Virus-Scanned: amavisd-new at wizard.volgograd.ru Received: from dsh.falconknight.com ([66.160.163.23]) by localhost (dsh.falconknight.com [66.160.163.23]) (amavisd-new, port 10026) with LMTP id C5SlnR2Cc737; Thu, 26 Nov 2009 01:52:30 -0800 (PST) Received: from localhost (unknown [85.173.92.192]) by dsh.falconknight.com (Postfix) with ESMTPSA id 0414AB6350B; Thu, 26 Nov 2009 01:52:28 -0800 (PST) Date: Thu, 26 Nov 2009 12:52:25 +0300 From: Denis Shaposhnikov To: Alexander Motin Message-ID: <20091126125225.500f9dd7@wizard.volgograd.ru> In-Reply-To: <4B0E45B1.90907@FreeBSD.org> References: <1259162588.00187044.1259151005@10.7.7.3> <4B0E45B1.90907@FreeBSD.org> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: how to disable APM using camcontrol cmd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 10:11:29 -0000 Hello, On Thu, 26 Nov 2009 11:09:05 +0200 Alexander Motin wrote: > To set APM level: > camcontrol cmd ada0 -a "EF 05 00 00 00 00 00 00 00 00 xx 00" > To disable it: > camcontrol cmd ada0 -a "EF 85 00 00 00 00 00 00 00 00 00 00 Yes, it works! Thank you very much!