Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 1996 16:15:00 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-scsi@FreeBSD.org (FreeBSD SCSI list)
Cc:        jonny@mailhost.coppe.ufrj.br (Joao Carlos Mendes Luis)
Subject:   Re: Iomega SCSI Zip Drive
Message-ID:  <199612281515.QAA12158@uriah.heep.sax.de>
In-Reply-To: <199612280017.WAA22879@gaia.coppe.ufrj.br> from Joao Carlos Mendes Luis at "Dec 27, 96 10:17:57 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612281515.QAA12158>