Greg KH wrote:
On Wed, Jan 19, 2005 at 06:13:57PM +0100, Christoph Hellwig wrote:

I think the hardware_version, firmware_version, rom_version and
driver_version don't belong into the FC transport class, there's
nothign specific to FC or even SCSI specific in them.


Then put them in the individual driver (not the driver_version one
though, that belongs as a MODULE_VERSION() paramater).


If you want these attributes talk to Greg about fiding a place in
the common driver model code for them.


No, they don't belong there either, sorry :)

How about at an attribute on the pci object? I currently have a driver private firmware version in the ipr driver as a scsi_host class attribute. Not sure how many other drivers will end up doing similar. Might be nice to have a common way to export this information to userspace. Or we can always wait for more users before we do something like this...


-Brian

--
Brian King
eServer Storage I/O
IBM Linux Technology Center
-
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

Reply via email to