From owner-freebsd-current@FreeBSD.ORG Sat Feb 5 21:31:52 2005 Return-Path: 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 425BE16A4CE for ; Sat, 5 Feb 2005 21:31:52 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DFB43D2D for ; Sat, 5 Feb 2005 21:31:51 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id j15LVixR043233; Sat, 5 Feb 2005 22:31:46 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <42053B33.5020500@DeepCore.dk> Date: Sat, 05 Feb 2005 22:31:31 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frode Nordahl References: <42028F29.1030801@DeepCore.dk> <107e33f70745912acda0e41e7148a31b@nordahl.net> In-Reply-To: <107e33f70745912acda0e41e7148a31b@nordahl.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.6 cc: 'FreeBSD Current' Subject: Re: ATA mkIII first official patches - please test! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 05 Feb 2005 21:31:52 -0000 Frode Nordahl wrote: > On Feb 3, 2005, at 21:52, S=F8ren Schmidt wrote: >=20 >> ATA-mkIII first official snapshot. >=20 >=20 > # atacontrol status ar0 > atacontrol: ioctl(ATARAIDSTATUS): Inappropriate ioctl for device >=20 > # atacontrol rebuild ar0 > atacontrol: ioctl(ATARAIDREBUILD): Inappropriate ioctl for device >=20 > I tried to copy in sys/sys/ata.h to /usr/include/sys/ and rebuild=20 > atacontrol as well. Those ioctl's are not supported yet. As stated ataraid can only read the = metadata so far, not write them. I didn't implement the status ioctl as=20 its part of the interface to write metadata (ie create arrays), and I=20 havn't made up my mind yet on that... --=20 -S=F8ren