[748] in linux-scsi channel archive
Re: Boot Kernels
daemon@ATHENA.MIT.EDU (Michael Neuffer)
Thu Nov 2 16:35:32 1995
Date: Thu, 2 Nov 1995 15:08:58 +0100 (MEZ)
From: Michael Neuffer <neuffer@goofy.zdv.Uni-Mainz.de>
To: "Leonard N. Zubkoff" <lnz@dandelion.com>
cc: eric@aib.com, linux-scsi@vger.rutgers.edu
In-Reply-To: <199511011819.KAA03492@dandelion.com>
On Wed, 1 Nov 1995, Leonard N. Zubkoff wrote:
> I'll have to look into the myriad possibilities of /proc/scsi when I start
> adding 1.3-specific options.
>
> Will it be possible to install and remove devices at some point as well? I
> move a DDS DAT drive around between machines and it would be great not to have
> to reboot every time.
I've implemented the possibility to install single devices when I wrote
the /proc/scsi stuff.
Cat a "singledevice a/b/c/d" to /proc/scsi/scsi.
a == host_no
b == channel
c == id
d == lun
The feature is not really tested and the possibility to remove devices is
missing completely at the moment.
If you volunteer to test it we can get this working properly and also add
the possibility to remove devices.
Mike