From owner-freebsd-bugs Thu Nov 12 15:59:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14891 for freebsd-bugs-outgoing; Thu, 12 Nov 1998 15:59:58 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14885 for ; Thu, 12 Nov 1998 15:59:57 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05119; Thu, 12 Nov 1998 16:00:01 -0800 (PST) Date: Thu, 12 Nov 1998 16:00:01 -0800 (PST) Message-Id: <199811130000.QAA05119@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: "Kenneth D. Merry" Subject: Re: kern/8671: sd0->da0 change breaks change of media and MSDOS removeable disks (Zip) Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8671; it has been noted by GNATS. From: "Kenneth D. Merry" To: bad@wireless.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/8671: sd0->da0 change breaks change of media and MSDOS removeable disks (Zip) Date: Thu, 12 Nov 1998 16:58:42 -0700 (MST) bad@wireless.net wrote... > >Description: > Under 3.0-SNAP-19980821 Zip disks (Parallel port, but using SCSI protocol) > worked perfectly with the sd0 device driver. > > However, in 3.0-RELEASE the major move from sd0 to {cam}/da0 was made, > and now MSDOS Zip disks cannot be mounted/format, etc. > > The only access that works is with FFS Zip's, and ONLY if you boot up with > the disk inserted. If one mounts and then unmounts the Zip, removes it from > drive, and plugs in a new zip, the system is incapable of reading the > new disklabel, and subsequently crashes, with the dump stating it was > in {cam} at the time of crash. > >How-To-Repeat: > Compile custom kernel with ppbus, vpo0, scsi controller, and device da0. > Boot up with Zip disk in parallel port zip drive, mount, unmount, > remove Zip, reinsert.. Subsequently watch system panic. Please send a stack trace from the panic. Without more information, it's going to be difficult to diagnose your problem. > >Fix: > Temporary fix: Make a config option so that one can use the old sd0 > driver with Parallel port Zip disk, until {cam/da0} properly works > with removeable media. The da driver does work with removable media. Using the old sd driver with CAM would be extremely difficult to implement, and would probably not be a very fruitful endeavor. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message