From: James Bottomley Date: Sun, 14 Aug 2005 22:09:01 +0000 (-0500) Subject: [SCSI] correct transport class abstraction to work outside SCSI X-Git-Tag: v2.6.14-rc1~522^2~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a7e574007fd547d72ec693bfa35778623d0738;p=pandora-kernel.git [SCSI] correct transport class abstraction to work outside SCSI I recently tried to construct a totally generic transport class and found there were certain features missing from the current abstract transport class. Most notable is that you have to hang the data on the class_device but most of the API is framed in terms of the generic device, not the class_device. These changes are two fold - Provide the class_device to all of the setup and configure APIs - Provide and extra API to take the device and the attribute class and return the corresponding class_device Signed-off-by: James Bottomley --- Reading git-diff-tree failed