From owner-freebsd-scsi Thu Jan 2 05:48:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA04637 for freebsd-scsi-outgoing; Thu, 2 Jan 1997 05:48:57 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA04549; Thu, 2 Jan 1997 05:46:01 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id AAA06032; Fri, 3 Jan 1997 00:42:43 +1100 Date: Fri, 3 Jan 1997 00:42:43 +1100 From: Bruce Evans Message-Id: <199701021342.AAA06032@godzilla.zeta.org.au> To: core@freebsd.org, freebsd-scsi@freebsd.org, j@uriah.heep.sax.de Subject: Re: Iomega SCSI Zip Drive Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> `od' is an odd name for a removable scsi disk driver. > >Yes, but we can already consider it ``historical practice'' by now. :) > >Basically, as it stands now, it's just that: a removable disk driver, >with an ioctl interface e.g. to eject a disk. So it should have been part of sd all along. Treating disks non-uniformly causes unnecessary problems. E.g., booting from "od0" is not supported. Bruce