From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 06:02:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E35611065670 for ; Sat, 10 Jan 2009 06:02:13 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1A28FC0A for ; Sat, 10 Jan 2009 06:02:13 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so5730687qwb.7 for ; Fri, 09 Jan 2009 22:02:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=hJi4OFxt/7+dDZjeZwMXhwjFjJV6+QDPcqzbrYVfZLQ=; b=pGkK3DRStTk6ysYN3UQs0j8rIJWg0vyj7ONqizn8Da47BpRdDBF8Oug5HAVTsY2o5v fD8YZVgWUoJkwd6ufJzD2aNPOiSYKs5XCsexnxVWCUWe1IW0UEm9VPrr4dgUpRi5Uh8u dBYmiSEjCLNFTn+KAVDDVKytRRv0nWDG3WitI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=h8HBY46B5H+t4eQ1bGRcEb+JAEmpcRTZ0WlBXU8+ueOO8dGvQ6e6uS8sgM4qkvg3Pi ZtiI1xpnSKFJY5vR+sfLeWq7cyzV/5ildFeAn4DcwOBanOj5avc7i30ZUASeXwHBFoGn uURHxvkgchRCcGtwrbLlMD+ch5NAblTSCHuE8= Received: by 10.214.149.21 with SMTP id w21mr23623679qad.297.1231567333037; Fri, 09 Jan 2009 22:02:13 -0800 (PST) Received: from ?192.168.1.148? (adsl-074-245-053-043.sip.jax.bellsouth.net [74.245.53.43]) by mx.google.com with ESMTPS id 5sm12856258ywd.52.2009.01.09.22.02.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Jan 2009 22:02:12 -0800 (PST) Message-ID: <496839E2.1020808@gmail.com> Date: Sat, 10 Jan 2009 01:02:10 -0500 From: michael User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: laptop battery + i2c bus reprogramming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 06:02:14 -0000 several of my laptop batteries(L-ION) have an i2c bus to the eeprom inside the case. is it possible to reprogram or reset a battery i have repacked from within freebsd or will i need to do this with the available windows programs? what i'm asking is if freebsd actually supports sending of data over the i2c bus from userland.