Date: Thu, 4 Aug 2005 14:31:32 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@FreeBSD.org> To: Benjamin Close <Benjamin.Close@clearchain.com> Cc: freebsd-current@FreeBSD.org Subject: Re: ATA-Raid 1 one patch Message-ID: <F3EDB143-D16F-425A-AC29-A482F5BFDA44@FreeBSD.org> In-Reply-To: <42F14B4E.9070700@clearchain.com> References: <42F14B4E.9070700@clearchain.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F3EDB143-D16F-425A-AC29-A482F5BFDA44>