Re: [patch 2.6.21-rc4-git] SCSI newstyle hotplug/coldplug support

2007-03-21 Thread David Brownell
On Wednesday 21 March 2007 4:01 am, Michael Tokarev wrote: > David Brownell wrote: > > This teaches scsi devices how to support "new style" hotplug/coldplug: > > using a modalias sysfs attribute for coldplug, and MODALIAS environment > > variable for hotplug. > > How this is different from http://

Re: [patch 2.6.21-rc4-git] SCSI newstyle hotplug/coldplug support

2007-03-21 Thread Michael Tokarev
David Brownell wrote: > This teaches scsi devices how to support "new style" hotplug/coldplug: > using a modalias sysfs attribute for coldplug, and MODALIAS environment > variable for hotplug. How this is different from http://marc.info/?t=11520454222&r=1&w=2 and earlier attempts to do the sam