On Wed, 2005-05-25 at 17:16 +0200, Hannes Reinecke wrote: > I guess it's time to convert aic79xx to the spi_transport class. > Unfortunately my attempt segfaults when removing a device in > attribute_container_device_trigger(); someone is overwriting the ->match > function. Oh well, further debugging needed. Well ... best of luck. Given the problems incurred doing this for aic7xxx (mainly in initial inquiry and domain validation, one of which is outstanding still) it's not going to be easy. Large segments of the aic79xx driver are identical to the aic7xxx driver except that all the functions being ahd_ instead of ahc_, so you should just be able to mirror quite a lot of the aic7xxx updates. However, you need to include a large number of rather nasty u320 parameters in the SPI transport Class (and make sure they're coupled correctly) to get domain validation to work ... the transport class has also only been tested on speeds up to u160, so going to u320 will be a first for it too... James - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html