From owner-freebsd-current@FreeBSD.ORG Thu Aug 4 12:31:54 2005 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 6EB7B16A41F for ; Thu, 4 Aug 2005 12:31:54 +0000 (GMT) (envelope-from sos@FreeBSD.org) 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 D0F7D43D45 for ; Thu, 4 Aug 2005 12:31:53 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j74CIUi2069404; Thu, 4 Aug 2005 14:18:30 +0200 (CEST) (envelope-from sos@FreeBSD.org) In-Reply-To: <42F14B4E.9070700@clearchain.com> References: <42F14B4E.9070700@clearchain.com> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Thu, 4 Aug 2005 14:31:32 +0200 To: Benjamin Close X-Mailer: Apple Mail (2.733) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-current@FreeBSD.org Subject: Re: ATA-Raid 1 one patch 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: Thu, 04 Aug 2005 12:31:54 -0000 On 04/08/2005, at 0:55, Benjamin Close wrote: > Hi All, > Here's just a little cleanup I found whilst looking into =20 > ataenclosure support: > > --- /home/benjsc/work/freebsd/src/sys/dev/ata/ata-raid.c Mon =20= > Jul 18 17:01:40 2005 > +++ ata-raid.c Wed Aug 3 22:51:58 2005 > @@ -3113,7 +3113,6 @@ > { > struct ata_device *atadev =3D device_get_softc(request->dev); > - request->transfersize =3D min(request->bytecount, atadev-=20 > >max_iosize); > request->transfersize =3D DEV_BSIZE; > if (request->flags & ATA_R_READ) { > if (atadev->mode >=3D ATA_DMA) { Yep, that one is sitting in my local tree as well as a few other =20 nits, I'll try to get them into 6.0 if possible. - S=F8ren