From owner-freebsd-scsi Sat Dec 28 07:22:39 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14870 for freebsd-scsi-outgoing; Sat, 28 Dec 1996 07:22:39 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id HAA14864 for ; Sat, 28 Dec 1996 07:22:29 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id QAA20062; Sat, 28 Dec 1996 16:21:40 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id QAA03423; Sat, 28 Dec 1996 16:21:40 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id QAA12158; Sat, 28 Dec 1996 16:15:01 +0100 (MET) From: J Wunsch Message-Id: <199612281515.QAA12158@uriah.heep.sax.de> Subject: Re: Iomega SCSI Zip Drive To: freebsd-scsi@FreeBSD.org (FreeBSD SCSI list) Date: Sat, 28 Dec 1996 16:15:00 +0100 (MET) Cc: jonny@mailhost.coppe.ufrj.br (Joao Carlos Mendes Luis) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199612280017.WAA22879@gaia.coppe.ufrj.br> from Joao Carlos Mendes Luis at "Dec 27, 96 10:17:57 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Joao Carlos Mendes Luis wrote: > // > Aside from the drop to debugger when I change disks, its perfect. > // > // Huh, that's not supposed to happen. Can you quote a little more from > // your error messages? > > It drops into the debugger with "sdopen: no slices" error if I try > to do a mount with no disk or immediatelly after changing disks.. Hmpf. Bruce? Couldn't this be avoided? > (BTW: I'm running 2.1-stable ! 2.2 floppy does not boot in my machine.) So maybe it's no longer the case in 2.2... i'm not very confident with the slice code. > Well, I looked for it in scsiconf.c, and used this patch: > ( BTW: What's an "options NEW_SCSICONF" ? :^) ) NEW_SCSICONF is the default configuration method now. > +#ifdef ZEUS NB: this will no longer work in 2.2, the machine ID doesn't get automatically converted into a -D switch. > + { > + T_DIRECT, T_REMOV, "IOMEGA", "ZIP*" > + , "*", "od", SC_ONE_LU > + }, > +#endif This could not work. You need 2.2, so you can use the ``SCSI type override code''. You might have noticed that my patch looked like: { T_DIRECT, T_OPTICAL, T_REMOV, "IOMEGA", "ZIP*" , "*", "od", SC_ONE_LU }, i.e., there's one additional field now. Even the most recent 2.2 bootblocks don't work for you? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)