public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Symbios 53C8XX broken on ia64?
@ 2004-03-23  0:01 Andreas Schwab
  2004-03-23 16:47 ` Alex Williamson
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2004-03-23  0:01 UTC (permalink / raw)
  To: linux-ia64; +Cc: linux-scsi

Has anyone been able to get the sym53c8xx_2 driver in 2.6.5-rc2 working on
HP zx1?  On the machines I tried it does not find any disks anymore.  This
has been working fine with 2.6.3.

CONFIG_SCSI_SYM53C8XX_2=m
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Symbios 53C8XX broken on ia64?
  2004-03-23  0:01 Symbios 53C8XX broken on ia64? Andreas Schwab
@ 2004-03-23 16:47 ` Alex Williamson
  2004-03-23 23:46   ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Williamson @ 2004-03-23 16:47 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: linux-ia64, linux-scsi


   Seems to work just fine on an rx2600 w/ latest bk plus this patch
that was being tossed around yesterday:

http://marc.theaimsgroup.com/?l=linux-ia64&m=107999504909154&w=2

I'm building it statically in my case.

	Alex

On Mon, 2004-03-22 at 17:01, Andreas Schwab wrote:
> Has anyone been able to get the sym53c8xx_2 driver in 2.6.5-rc2 working on
> HP zx1?  On the machines I tried it does not find any disks anymore.  This
> has been working fine with 2.6.3.
> 
> CONFIG_SCSI_SYM53C8XX_2=m
> CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
> CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
> CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
> # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set
> 
> Andreas.
-- 
Alex Williamson                             HP Linux & Open Source Lab


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Symbios 53C8XX broken on ia64?
  2004-03-23 16:47 ` Alex Williamson
@ 2004-03-23 23:46   ` Andreas Schwab
  2004-03-24  1:50     ` Matthew Wilcox
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2004-03-23 23:46 UTC (permalink / raw)
  To: Alex Williamson; +Cc: linux-ia64, linux-scsi

Alex Williamson <alex.williamson@hp.com> writes:

>    Seems to work just fine on an rx2600 w/ latest bk plus this patch
> that was being tossed around yesterday:
>
> http://marc.theaimsgroup.com/?l=linux-ia64&m=107999504909154&w=2
>
> I'm building it statically in my case.

I can't confirm, still fails for me.  I see sym2_init called, but never
sym2_probe.  This is with an Everest (rx5670).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Symbios 53C8XX broken on ia64?
  2004-03-23 23:46   ` Andreas Schwab
@ 2004-03-24  1:50     ` Matthew Wilcox
  2004-03-24  9:12       ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2004-03-24  1:50 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Alex Williamson, linux-ia64, linux-scsi

On Wed, Mar 24, 2004 at 12:46:28AM +0100, Andreas Schwab wrote:
> I can't confirm, still fails for me.  I see sym2_init called, but never
> sym2_probe.  This is with an Everest (rx5670).

I just booted on an rx5670 and it works fine.

However, I think I may have an idea ... what do you get in the line
that reports the SAL version?  I wonder if you have prototype firmware
that's reporting a bogus version or revision?  I just debugged a problem
on a prototype that was using SAl 3.2 calls to access PCI config space,
so it looked like there were no PCI devices available.

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Symbios 53C8XX broken on ia64?
  2004-03-24  1:50     ` Matthew Wilcox
@ 2004-03-24  9:12       ` Andreas Schwab
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2004-03-24  9:12 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Alex Williamson, linux-ia64, linux-scsi

Matthew Wilcox <willy@debian.org> writes:

> However, I think I may have an idea ... what do you get in the line
> that reports the SAL version?

SAL 0.20: HP version 3.20

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-24  9:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-23  0:01 Symbios 53C8XX broken on ia64? Andreas Schwab
2004-03-23 16:47 ` Alex Williamson
2004-03-23 23:46   ` Andreas Schwab
2004-03-24  1:50     ` Matthew Wilcox
2004-03-24  9:12       ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox