From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lord Subject: Re: [SATA] libata-dev queue updated Date: Mon, 06 Jun 2005 12:01:58 -0400 Message-ID: <42A47376.80203@rtr.ca> References: <42A14541.6020209@pobox.com> <87vf4ujgmj.fsf@stark.xeocode.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87vf4ujgmj.fsf@stark.xeocode.com> Sender: linux-kernel-owner@vger.kernel.org To: Greg Stark Cc: Jeff Garzik , "linux-ide@vger.kernel.org" , Linux Kernel , Andrew Morton , James Bottomley List-Id: linux-ide@vger.kernel.org Greg Stark wrote: > > Are there diffs downloadable for these? In particular I'm looking for > passthru. I'm imagining that with passthru SMART works? SMART works already using the HDIO_* ioctls in libata-dev (these may be built on top of the passthru stuff.. dunno). Eg. smartctl -data -a /dev/sda Cheers