[PATCH] drivers/scsi: add hotplug with MODNAME env var

2005-03-04 Thread Roman Kagan
modules. Roman. Signed-off-by: Roman Kagan [EMAIL PROTECTED] drivers/scsi/scsi_sysfs.c | 16 drivers/scsi/sd.c |2 ++ drivers/scsi/sr.c |3 +++ drivers/scsi/st.c |2 ++ drivers/scsi/osst.c |2 ++ 5 files changed, 25 insertions

Re: [ANNOUNCE] hotplug-ng 001 release

2005-02-18 Thread Roman Kagan
On Fri, Feb 18, 2005 at 09:17:37AM -0800, Patrick Mansfield wrote: You could also append the sdev-vendor and sdev-model, and use alias wild cards. String values haven't been used in the aliases so far, and I think for a reason: with all the unpredictable weird characters and string lengths they

Re: [ANNOUNCE] hotplug-ng 001 release

2005-02-18 Thread Roman Kagan
On Fri, Feb 18, 2005 at 10:33:50AM -0800, Patrick Mansfield wrote: The block SG_IO handles the ioctls, but not devices without a SCSI upper level driver (i.e. not tape, disk or cdrom). Then it might make sense to explicitly list in sg.c the TYPE_* not matched by s[dtr]. In my experience,