Messages in this thread |  | | Date | Mon, 13 Jan 2003 17:30:51 -0800 | From | Patrick Mansfield <> | Subject | Re: sysfs |
| |
On Tue, Jan 14, 2003 at 02:09:06AM +0100, Andries.Brouwer@cwi.nl wrote: > > It looks like there is a missing scsi_set_device() call in scsiglue.c, > > OK, added. Now rmmod usb-storage followed by insmod usb-storage > resulted in an oops, as usual, but after a fresh reboot: > Yes indeed, just like desired: > > % ls -l /sysfs/block/sdb/device > ... -> ../../devices/pci0/00:07.2/usb1/1-2/1-2.4/1-2.4.1/2:0:0:0 > > Good. > Now that you removed this scsi device from /sysfs/devices, I suppose > you'll also want to remove > > /sysfs/devices/1:0:6:0 > > which is an Iomega ZIP drive on the parallel port, driver imm.c, > device sda. > (I can also do it but have no time now. Friday.) > > All the best - Andries
I don't know and have not used the parport code, it needs to be ported to sysfs before we could simply call scsi_set_device() call in imm.c, or maybe have a /sysfs/scsi/pseudo added via scsi_add_host(shost, NULL) or a /sysfs/scsi/unported, similiar to was discussed on the linux-scsi thread "[PATCH] allow NULL dev argument to scsi_add_host":
http://marc.theaimsgroup.com/?t=104231385300005&r=1&w=2
-- Patrick Mansfield - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |