From owner-freebsd-current@FreeBSD.ORG Fri May 26 18:44:09 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F82D16AFF1 for ; Fri, 26 May 2006 18:44:09 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D4943D6D for ; Fri, 26 May 2006 18:44:02 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.23.205]) ([10.251.23.205]) by a50.ironport.com with ESMTP; 26 May 2006 11:44:03 -0700 Message-ID: <44774C72.2020809@elischer.org> Date: Fri, 26 May 2006 11:44:02 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gaspar Chilingarov References: <4476F897.10202@web.am> In-Reply-To: <4476F897.10202@web.am> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ataidle and -current ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 18:44:12 -0000 Gaspar Chilingarov wrote: >Hi all! > > >Are there any serious changes in ata between 6.x and -CURRENT branches ? > >Ataidle fails on current on amd64 -- does not even display device list >-- so I'm trying understand what to fix -- compatiliity with amd64 or >adopt changes for 7.x > > the interface to control the deveices has changed. Theoretically you could make a much simpler ataidle program now but no-one has done it.. teh previous one sent commands to the ata layer itself. the new one would have you send the commands to the drive in question.. (At least that is what I got from reading it) >Thanks in advance. > > >/Gaspar >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >