From owner-freebsd-current Wed Jun 17 09:13:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16331 for freebsd-current-outgoing; Wed, 17 Jun 1998 09:13:31 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16322 for ; Wed, 17 Jun 1998 09:13:26 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA10046; Thu, 18 Jun 1998 02:13:24 +1000 Date: Thu, 18 Jun 1998 02:13:24 +1000 From: Bruce Evans Message-Id: <199806171613.CAA10046@godzilla.zeta.org.au> To: julian@whistle.com, zach@gaffaneys.com Subject: Re: Softupdates on floppy suck badly. Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Whenever softupdates are enabled on a floppy, I get this after trying to >write something to the disk. > >panic: isa_dmastart: bad bounce buffer This can be caused by attempting to access beyond the end of a buffer. Attempting to access beyond the end of a buffer can be caused by a vm bug which is triggered by attempting to do i/o with certain combinations of block sizes and block numbers. Only uniform block sizes work right. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message