From owner-freebsd-stable Tue Jul 30 1:18:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA1F137B400 for ; Tue, 30 Jul 2002 01:18:12 -0700 (PDT) Received: from tilde.grip.nl (host-4.grip-2.demon.nl [212.238.176.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D9B143E3B for ; Tue, 30 Jul 2002 01:18:11 -0700 (PDT) (envelope-from lists@ymondhc.com) Received: from ymondhc.com (grip-margreet [192.168.100.26]) by tilde.grip.nl (8.12.3/8.12.3) with ESMTP id g6U8I2Qn089000; Tue, 30 Jul 2002 10:18:04 +0200 (CEST) (envelope-from lists@ymondhc.com) Message-ID: <3D464C1F.2070001@ymondhc.com> Date: Tue, 30 Jul 2002 10:19:43 +0200 From: Marc van Duivenvoorde User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020719 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jesse Gross Cc: Ian Dowse , John Baldwin , stable@FreeBSD.org, Mark Hartley , John Prince , Hans Ottevanger Subject: Re: READ_BIG problems References: <20020726214927.53283.qmail@web14106.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG aah great, this patch worked for me too. Thanx. Marc van Duivenvoorde -- How could I begin to forgive, when you never gave me the chance to forget. -- Jesse Gross wrote: > Bingo. > > The new patch works great. It fixed the problem that I was having > completely. > > I should note that I also had the previous patch applied.hw.ata.ata_dma > and hw.ata.atapi_dma were both set to their default values (1 and 0 > respectively). > > If I can do anything else let me know. > > Jesse Gross > > --- Ian Dowse wrote: > >>In message <20020726134201.72747.qmail@web14107.mail.yahoo.com>, >>Jesse Gross wr >>ites: >> >>>No luck. >>> >>>The patch didn't seem to make any difference. >> >>Thanks to everybody for trying. Below is another patch that >>apparently >>does help - I got Hans to try it, and he says that it seemed to work. >> >>Does this makes a difference for anybody else? >> >>Ian >> >>Index: atapi-cd.c >>=================================================================== >>RCS file: /home/iedowse/CVS/src/sys/dev/ata/atapi-cd.c,v >>retrieving revision 1.48.2.16 >>diff -u -r1.48.2.16 atapi-cd.c >>--- atapi-cd.c 27 Mar 2002 19:48:37 -0000 1.48.2.16 >>+++ atapi-cd.c 26 Jul 2002 14:22:37 -0000 >>@@ -266,7 +266,7 @@ >> dev = make_dev(&acd_cdevsw, dkmakeminor(cdp->lun, 0, 0), >> UID_ROOT, GID_OPERATOR, 0644, "acd%d", cdp->lun); >> dev->si_drv1 = cdp; >>- dev->si_iosize_max = 252 * DEV_BSIZE; >>+ dev->si_iosize_max = 64 * DEV_BSIZE; >> dev->si_bsize_phys = 2048; /* XXX SOS */ >> cdp->dev = dev; >> cdp->device->flags |= ATA_D_MEDIA_CHANGED; >> >> >> > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better > http://health.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message