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 would make maintainance harder, not easier.
> That is, add aliases to osst.c like:
>
> MODULE_ALIAS("scsi-type-1-onStream-SC-*");
> MODULE_ALIAS("scsi-type-1-onStream-DI-*");
I used dashes for the only reason of these aliases being static. If
they are supposed to grow it may make sense to stick to the convention
used everywhere else, i.e. bus:devspec.
> Also, sg loading would want (along with modprobe load all feature):
>
> MODULE_ALIAS("scsi-type-*");
Is it certain that it can live together with s[dtr]? I thought these
guys now handled all the ioctls sg was supposed to themselves...
Roman.
-
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