commit | b1abb4d67f2a706f52a95064001e0c55d9be2d26 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Tue May 24 17:15:43 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Thu May 26 14:28:31 2005 -0400 |
tree | 4095e216afd32cc1681718fa41ad8ca4e37b77fb | |
parent | 153b1e1fd957861e2c185473dd3c3d93561066e4 [diff] |
[SCSI] aic7xxx: remove separate target and device allocations Since the aic driver is now taught to speak in terms of the generic linux devices, we can now also dispense with the transport class get routines (since we update the parameters when the driver sees they change) and also plumb it into the spi transport transfer agreement reporting infrastructure. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>