From owner-freebsd-current Fri Mar 24 23: 8:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 21D3337B7AF for ; Fri, 24 Mar 2000 23:08:28 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (qmail 2773 invoked from network); 25 Mar 2000 07:08:25 -0000 Received: from bde.zeta.org.au (203.2.228.102) by gidora.zeta.org.au with SMTP; 25 Mar 2000 07:08:25 -0000 Date: Sat, 25 Mar 2000 18:08:10 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Jim Bloom Cc: FreeBSD mailing list , freebsd-current@FreeBSD.ORG Subject: Re: fd0: Debugger("d_iocmd botch") called. In-Reply-To: <38DC43BA.D9849E8C@acm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Mar 2000, Jim Bloom wrote: > FreeBSD mailing list wrote: > > > > This patch does indeed fix the writing of floppies. However, fdformat(1) > > still fails as follows: > > That is very strange. My patch only applies to formatting floppies. It > did not touch any routine used in writing a floppy. I have no idea at > this time what is causing your other problems. > > I am unable to write to a floppy at this time. I'm not seeing any > errors, but nothings is getting written. Reading of floppies is broken too. The wrong flags are passed to isa_dmastart(), so the DMA direction is wrong. It defaults to the most dangerous direction (ISADMA_WRITE), of course. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message