RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-05 Thread Matthew Jacob
On Mon, 5 Mar 2001, Ofer Fryman wrote: > I meant that if I had the specs I would have finished the driver sooner, > unfortunately I do not have them, but I am eager to get them in order to > improve performance on the card. > > You are right there are no specs on Intel's web site, nor did anyone

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-05 Thread Ofer Fryman
urned any of my calls. Ofer -Original Message- From: Matthew Jacob [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 7:22 PM To: Ofer Fryman Subject: RE: Intel-e1000 for Linux 2.0.36-pre14 I saw no 'specs' on the website. - To unsubscribe from this list: send the li

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-05 Thread Ofer Fryman
Finally e1000 works on linux2.0.x kernel. If only I had the specs a couple of days ago... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-04 Thread Ofer Fryman
I finally managed to get the interrupt handler running successfully. The problem was, if you run the driver in debug mode, the interrupt handler goes crazy, this also happened to me on 2.2.x. Now the driver appears to be running successfully, but I still cannot pass traffic through, any clue of w

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Ofer Fryman
Some more info: I compiled it with support for IANS and without, but I get the same outcome, only setting E1000_IMS_RXSEQ will cause endless interrupts that cannot be stopped not with int_disable and not with cli(), so I guess there must be a bug somewhere, so I activated it on 2.2.x and surprisin

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Ofer Fryman
x27;[EMAIL PROTECTED]' Subject: Re: Intel-e1000 for Linux 2.0.36-pre14 >>>>> "Ofer" == Ofer Fryman <[EMAIL PROTECTED]> writes: Ofer> I need a giga fiber PMC cards for linux2.0.36-pre14, the only Ofer> cards I know are either Intel based or level-one lxt-1001 ca

Re: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Jes Sorensen
> "Ofer" == Ofer Fryman <[EMAIL PROTECTED]> writes: Ofer> I need a giga fiber PMC cards for linux2.0.36-pre14, the only Ofer> cards I know are either Intel based or level-one lxt-1001 card, Ofer> the level-one lxt-1001 has very bad performance so I cannot use Ofer> it. I'd recommend you to u

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Ofer Fryman
Thanks Richard, I guess I have know choice but to try your suggestion. Ofer -Original Message- From: Richard B. Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 6:02 PM To: [EMAIL PROTECTED] Cc: Ofer Fryman; '[EMAIL PROTECTED]' Subject: Re: Intel-e1000 for Li

Re: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Richard B. Johnson
On Thu, 1 Mar 2001, Matthew Jacob wrote: > > > On Thu, 1 Mar 2001, Richard B. Johnson wrote: > > > On Thu, 1 Mar 2001 [EMAIL PROTECTED] wrote: > > > > > On Thu, 1 Mar 2001, Ofer Fryman wrote: > > > > > > > I managed to compiled e1000 for Linux 2.0.36-pre14, I can also load it > > > > success

Re: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Matthew Jacob
On Thu, 1 Mar 2001, Richard B. Johnson wrote: > On Thu, 1 Mar 2001 [EMAIL PROTECTED] wrote: > > > On Thu, 1 Mar 2001, Ofer Fryman wrote: > > > > > I managed to compiled e1000 for Linux 2.0.36-pre14, I can also load it > > > successfully. > > > With the E1000_IMS_RXSEQ bit set in IMS_ENABLE_M

Re: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Richard B. Johnson
On Thu, 1 Mar 2001 [EMAIL PROTECTED] wrote: > On Thu, 1 Mar 2001, Ofer Fryman wrote: > > > I managed to compiled e1000 for Linux 2.0.36-pre14, I can also load it > > successfully. > > With the E1000_IMS_RXSEQ bit set in IMS_ENABLE_MASK I get endless interrupts > > and the computer freezes, with

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread kernel
On Thu, 1 Mar 2001, Ofer Fryman wrote: > I need a giga fiber PMC cards for linux2.0.36-pre14, the only cards I know > are either Intel based or level-one lxt-1001 card, the level-one lxt-1001 > has very bad performance so I cannot use it. Well, 2.0 kernels are sufficiently old that there's littl

RE: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Ofer Fryman
: Thursday, March 01, 2001 5:31 PM To: Ofer Fryman Cc: '[EMAIL PROTECTED]' Subject: Re: Intel-e1000 for Linux 2.0.36-pre14 On Thu, 1 Mar 2001, Ofer Fryman wrote: > I managed to compiled e1000 for Linux 2.0.36-pre14, I can also load it > successfully. > With the E1000_I

Re: Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread kernel
On Thu, 1 Mar 2001, Ofer Fryman wrote: > I managed to compiled e1000 for Linux 2.0.36-pre14, I can also load it > successfully. > With the E1000_IMS_RXSEQ bit set in IMS_ENABLE_MASK I get endless interrupts > and the computer freezes, without this bit set it works but I cannot receive > or send

Intel-e1000 for Linux 2.0.36-pre14

2001-03-01 Thread Ofer Fryman
I managed to compiled e1000 for Linux 2.0.36-pre14, I can also load it successfully. With the E1000_IMS_RXSEQ bit set in IMS_ENABLE_MASK I get endless interrupts and the computer freezes, without this bit set it works but I cannot receive or send anything. Does any one have a clue?. Thanks Ofer