On Mon, Feb 07, 2005 at 12:27:53PM -0600, Matt Domsch wrote: > In addition, two more infrastructure pieces are necessary: > udev-050-scsi_topology.patch - adds the subsystem name "scsi_topology" > to the list of devices *not* to wait for the creation of files in > sysfs for - scsi_topology devices aren't to be registered in sysfs.
Patch follows. Signed-off-by: Matt Domsch <[EMAIL PROTECTED]> -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com --- udev-050/udev_sysfs.c.~1~ 2004-12-17 23:53:07.000000000 -0600 +++ udev-050/udev_sysfs.c 2005-02-07 10:58:45.000000000 -0600 @@ -56,6 +56,7 @@ { .subsystem = "fc_host", .file = "port_id" }, { .subsystem = "spi_transport", .file = "width" }, { .subsystem = "spi_host", .file = "width" }, + { .subsystem = "scsi_topology", .file = NULL }, { NULL, NULL } }; - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

