public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] qla1280 driver update
@ 2002-03-13 19:42 Jes Sorensen
  2002-03-13 20:26 ` Jesse Barnes
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jes Sorensen @ 2002-03-13 19:42 UTC (permalink / raw)
  To: linux-ia64

Hi

For those of you who wants to play with the updated qla1280 driver with
the latest kernels, an updated patch relative to David's 2.5.5 release
can be found at:

http://www.wildopensource.com/~jes/linux/qla-3.23.11.diff.gz

I haven't done extensive testing of this under 2.5.5, it's basically
just a port to 2.5.5 from the old 2.4.17 based (ie. spin lock changes to
match the better locking in 2.5.x).

Cheers,
Jes


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

* Re: [Linux-ia64] qla1280 driver update
  2002-03-13 19:42 [Linux-ia64] qla1280 driver update Jes Sorensen
@ 2002-03-13 20:26 ` Jesse Barnes
  2002-03-13 20:33 ` Jes Sorensen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jesse Barnes @ 2002-03-13 20:26 UTC (permalink / raw)
  To: linux-ia64

You wouldn't happen to know where I could find a patch like this for
qlogicfc.c, would you?  It doesn't look like it works in 2.5.5
either...

Thanks,
Jesse

On Wed, Mar 13, 2002 at 02:42:34PM -0500, Jes Sorensen wrote:
> Hi
> 
> For those of you who wants to play with the updated qla1280 driver with
> the latest kernels, an updated patch relative to David's 2.5.5 release
> can be found at:
> 
> http://www.wildopensource.com/~jes/linux/qla-3.23.11.diff.gz
> 
> I haven't done extensive testing of this under 2.5.5, it's basically
> just a port to 2.5.5 from the old 2.4.17 based (ie. spin lock changes to
> match the better locking in 2.5.x).
> 
> Cheers,
> Jes
> 
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64


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

* Re: [Linux-ia64] qla1280 driver update
  2002-03-13 19:42 [Linux-ia64] qla1280 driver update Jes Sorensen
  2002-03-13 20:26 ` Jesse Barnes
@ 2002-03-13 20:33 ` Jes Sorensen
  2002-03-13 20:34 ` Jesse Barnes
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jes Sorensen @ 2002-03-13 20:33 UTC (permalink / raw)
  To: linux-ia64

>>>>> "Jesse" = Jesse Barnes <jbarnes@sgi.com> writes:

Jesse> You wouldn't happen to know where I could find a patch like this
Jesse> for qlogicfc.c, would you?  It doesn't look like it works in
Jesse> 2.5.5 either...

Not for qlogicfc.c, I think that driver is pretty much considered
obsolete. However I know Arjan is working on something for the qla2x00
driver written by QLogic which is just as messy as the 1280 used to
be. I think you can find Arjan's patches in the Red Hat RawHide SRPMS.

Cheers,
Jes


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

* Re: [Linux-ia64] qla1280 driver update
  2002-03-13 19:42 [Linux-ia64] qla1280 driver update Jes Sorensen
  2002-03-13 20:26 ` Jesse Barnes
  2002-03-13 20:33 ` Jes Sorensen
@ 2002-03-13 20:34 ` Jesse Barnes
  2002-03-13 20:48 ` David Mosberger
  2002-03-13 21:34 ` Jes Sorensen
  4 siblings, 0 replies; 6+ messages in thread
From: Jesse Barnes @ 2002-03-13 20:34 UTC (permalink / raw)
  To: linux-ia64

Excellent, thanks for the pointer.  I'll give the updated qla2x00
driver a try.

Thanks,
Jesse

On Wed, Mar 13, 2002 at 03:33:25PM -0500, Jes Sorensen wrote:
> >>>>> "Jesse" = Jesse Barnes <jbarnes@sgi.com> writes:
> 
> Jesse> You wouldn't happen to know where I could find a patch like this
> Jesse> for qlogicfc.c, would you?  It doesn't look like it works in
> Jesse> 2.5.5 either...
> 
> Not for qlogicfc.c, I think that driver is pretty much considered
> obsolete. However I know Arjan is working on something for the qla2x00
> driver written by QLogic which is just as messy as the 1280 used to
> be. I think you can find Arjan's patches in the Red Hat RawHide SRPMS.
> 
> Cheers,
> Jes


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

* Re: [Linux-ia64] qla1280 driver update
  2002-03-13 19:42 [Linux-ia64] qla1280 driver update Jes Sorensen
                   ` (2 preceding siblings ...)
  2002-03-13 20:34 ` Jesse Barnes
@ 2002-03-13 20:48 ` David Mosberger
  2002-03-13 21:34 ` Jes Sorensen
  4 siblings, 0 replies; 6+ messages in thread
From: David Mosberger @ 2002-03-13 20:48 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Wed, 13 Mar 2002 12:34:46 -0800, Jesse Barnes <jbarnes@sgi.com> said:

  Jesse> Excellent, thanks for the pointer.  I'll give the updated
  Jesse> qla2x00 driver a try.

If this works for you, would you mind to send me a patch relative to
2.5?  Given that qlogic seems to have abandoned the drivers, we might
just as well get them into a better shape; I'd do it myself except I'm
running short of time as I'll be on vacation next week.

Thanks,

	--david


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

* Re: [Linux-ia64] qla1280 driver update
  2002-03-13 19:42 [Linux-ia64] qla1280 driver update Jes Sorensen
                   ` (3 preceding siblings ...)
  2002-03-13 20:48 ` David Mosberger
@ 2002-03-13 21:34 ` Jes Sorensen
  4 siblings, 0 replies; 6+ messages in thread
From: Jes Sorensen @ 2002-03-13 21:34 UTC (permalink / raw)
  To: linux-ia64

>>>>> "David" = David Mosberger <davidm@napali.hpl.hp.com> writes:

>>>>> On Wed, 13 Mar 2002 12:34:46 -0800, Jesse Barnes <jbarnes@sgi.com> said:
Jesse> Excellent, thanks for the pointer.  I'll give the updated qla2x00
Jesse> driver a try.

David> If this works for you, would you mind to send me a patch relative
David> to 2.5?  Given that qlogic seems to have abandoned the drivers,
David> we might just as well get them into a better shape; I'd do it
David> myself except I'm running short of time as I'll be on vacation
David> next week.

Hmmm, it's my impression that Arjan wants to wait a bit until he's a bit
more pleased with the code.

Arjan?

Jes


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

end of thread, other threads:[~2002-03-13 21:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-13 19:42 [Linux-ia64] qla1280 driver update Jes Sorensen
2002-03-13 20:26 ` Jesse Barnes
2002-03-13 20:33 ` Jes Sorensen
2002-03-13 20:34 ` Jesse Barnes
2002-03-13 20:48 ` David Mosberger
2002-03-13 21:34 ` Jes Sorensen

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