Date: Wed, 22 Mar 1995 09:03:03 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-current@FreeBSD.org (FreeBSD-current users) Subject: Re: ANy one useing ft driver under 2.0 current??? Message-ID: <199503220803.JAA13742@uriah.heep.sax.de> In-Reply-To: <199503220659.WAA07710@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Mar 21, 95 10:59:22 pm
next in thread | previous in thread | raw e-mail | index | archive | help
As Rodney W. Grimes wrote: > > And just for yukes and grins: > dd if=/dev/ft0 of=foo > > Boom boom.. out go the lights, panic, page fault in kernel mode :-(. Basically means that this portion of code does no longer do the right thing (as it used to be under 1.1.5). It's part of the fdstrategy() routine: #if NFT > 0 if (FDTYPE(minor(bp->b_dev)) & F_TAPE_TYPE) { /* ft tapes do not (yet) support strategy i/o */ bp->b_error = ENXIO; bp->b_flags |= B_ERROR; goto bad; } Slice code? FDTYPE? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503220803.JAA13742>