On Wed, Sep 14, 2005 at 03:52:23PM -0600, Moore, Eric Dean wrote: > On Friday, September 09, 2005 8:27 AM, Christoph Hellwig wrote: > > > > Adds the actual mptsas driver, based upon the LSI driver with new work > > for SAS transport class integration from Eric Moore and me. > > > > This obviously depends on the SAS transport class. > > > > > > I'm getting a oops when mptsas.ko loads. It appears to be > in sas_host_setup() when dev_to_shost() is called. > > I applied you're three patches to the current stream from last Friday, which > at that time was 2.6.13 + 2.6.13-git-9. Is that correct kernel > I should be on? Or should it be something else? Did you get any compile errors in scsi_transport_sas.c? sas_host_setup changed the prototype from static int sas_host_setup(struct device *dev) to static int sas_host_setup(struct transport_container *tc, struct device *dev, struct class_device *cdev) recently, and you're oops looks like you have a mismatch. - : 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