Re: [PATCH] qla3xxx: Add support for Qlogic ISP4032 chip.

2006-11-15 Thread Ron Mercer

borked again.  Patch applied cleanly when I mailed it to myself, but not from 
list.  Third
try all will be corrected.

> >  oops, that patch is borked (line-wrapped). will resend ASAP.
> > 
> > Ron Mercer.
> 
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH] qla3xxx: Add support for Qlogic ISP4032 chip.

2006-11-14 Thread Ron Mercer
I will do that.  You can expect the isolated chipset changes tomorrow.
Cleanup will follow later.

Regards, Ron 

> -Original Message-
> From: Francois Romieu [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 14, 2006 2:50 PM
> To: Ron Mercer
> Cc: netdev@vger.kernel.org
> Subject: Re: [PATCH] qla3xxx: Add support for Qlogic ISP4032 chip.
> 
> Ron Mercer <[EMAIL PROTECTED]> :
> > oops, that patch is borked (line-wrapped). will resend ASAP.
> 
> If you can isolate the support of the new chipset and the 
> cleanups, it will make my life easier.
> 
> I have got some pending minor changes.
> 
> --
> Ueimor
> 
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] qla3xxx: Add support for Qlogic ISP4032 chip.

2006-11-14 Thread Francois Romieu
Ron Mercer <[EMAIL PROTECTED]> :
> oops, that patch is borked (line-wrapped). will resend ASAP.

If you can isolate the support of the new chipset and the cleanups,
it will make my life easier.

I have got some pending minor changes.

-- 
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] qla3xxx: Add support for Qlogic ISP4032 chip.

2006-11-14 Thread Ron Mercer
 
oops, that patch is borked (line-wrapped). will resend ASAP.

Ron Mercer.

 

 

 

>From 742b2f96f918225560f338b6f975c5c7ae23ba9c Mon Sep 17 00:00:00 2001
From: Ron Mercer <[EMAIL PROTECTED]>
Date: Mon, 13 Nov 2006 13:03:17 -0800
Subject: [PATCH] Add support for Qlogic ISP4032 chip.

Remove unused variables.

Signed-off-by: Ron Mercer <[EMAIL PROTECTED]>

---
drivers/net/qla3xxx.c |  831
+++--
drivers/net/qla3xxx.h |  107 +-
2 files changed, 614 insertions(+), 324 deletions(-)

diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c index
ec640f6..902135c 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -22,6 +22,7 @@ #include  #include 
#include  #include 
+#include 
#include 
#include 
#include 
@@ -38,7 +39,7 @@ #include "qla3xxx.h"

#define DRV_NAME  "qla3xxx"
#define DRV_STRING "QLogic ISP3XXX Network Driver"
-#define DRV_VERSION "v2.02.00-k36"
+#define DRV_VERSION "v2.03.00-k2"
#define PFX DRV_NAME " "
 
...

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html