Re: Ultra1 ESP detection problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Meelis Roos <mroos@xxxxxxxx>
Date: Sat, 14 Mar 2009 00:24:31 +0200 (EET)

> This is an Ultra 1 SBus (non-enterprise), having onboard SCSI, sbus card 
> with esp scsi and hme (FASHME) and a qlogic pti sbus card with scsi. 
> Boot disk is attached to onboard scsi. 2.6.26 and earlier kernels detect 
> all the scsi buses fine, 2.6.27 and 2.6.28 not yet tested, 2.6.29-rc8 
> fails to detect the onboard scsi (esp: probe of f0062a74 failed with 
> error -12).

	host = scsi_host_alloc(tpnt, sizeof(struct esp));

	err = -ENOMEM;
	if (!host)
		goto fail;

This is what's failing since -12 is -ENOMEM.

Can you try to bisect this down or similar?  I really
can guarentee you that I have to delete this report since
I'm so backlogged I won't get to it for a very long time.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux