Re: lance.c @ 100Mbit

2001-01-16 Thread Eli Carter

Thanks to all who pointed out the pcnet32.c driver!  (And quickly, too. 
Perhaps one day I'll learn to do a "grep -i 79C973 drivers/net/*"
first.  *sigh*)

Now to see if I can get it to work on an ARM-based system...gotta
love lack of cache-coherance.  ;)  (dma_cache_inv, etc.)  I'm open to
suggestions on that as well.  :)

Thanks again!

Eli
. "To the systems programmer, users and applications
Eli Carter  | serve only to provide a test load."
[EMAIL PROTECTED] `-- (random fortune)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: lance.c @ 100Mbit

2001-01-16 Thread Barry K. Nathan

> Quick question:  has anyone used the lance.c driver for a 100BaseT
> network PCI device?  If so, what successes/failures did you run into?

Never used lance.c for 100BaseT (can it do that?). I've used the pcnet32.c
driver, however.

> (I'm working with an Am79C973 chip.)

In my case, Am79C971. Works great for me, under both 2.2 and 2.4. (I don't
have any SMP systems, FWIW.)

-Barry K. Nathan <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: lance.c @ 100Mbit

2001-01-16 Thread Richard B. Johnson

On Tue, 16 Jan 2001, Eli Carter wrote:

> Quick question:  has anyone used the lance.c driver for a 100BaseT
> network PCI device?  If so, what successes/failures did you run into?
> 
> (I'm working with an Am79C973 chip.)
Sure. It's the pcnet32.c file (not lance from which it came). It works
fine in an embedded system and I'm currently adding some stuff to
write/rewrite the SEEPROM which contains the IEEE address plus some
stuff to init it upon reset.

Cheers,
Dick Johnson

Penguin : Linux version 2.4.0 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: lance.c @ 100Mbit

2001-01-16 Thread Cort Dougan

} Quick question:  has anyone used the lance.c driver for a 100BaseT
} network PCI device?  If so, what successes/failures did you run into?
} 
} (I'm working with an Am79C973 chip.)

I'd recommend the pcnet32.c driver for that chip, instead.  I was running
it for a little over a year at 100Mbps with no serious trouble.  This was
under Linux/PPC, so there were some endian-ness problems at first but it's
clean now.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: lance.c @ 100Mbit

2001-01-16 Thread Cort Dougan

} Quick question:  has anyone used the lance.c driver for a 100BaseT
} network PCI device?  If so, what successes/failures did you run into?
} 
} (I'm working with an Am79C973 chip.)

I'd recommend the pcnet32.c driver for that chip, instead.  I was running
it for a little over a year at 100Mbps with no serious trouble.  This was
under Linux/PPC, so there were some endian-ness problems at first but it's
clean now.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: lance.c @ 100Mbit

2001-01-16 Thread Barry K. Nathan

 Quick question:  has anyone used the lance.c driver for a 100BaseT
 network PCI device?  If so, what successes/failures did you run into?

Never used lance.c for 100BaseT (can it do that?). I've used the pcnet32.c
driver, however.

 (I'm working with an Am79C973 chip.)

In my case, Am79C971. Works great for me, under both 2.2 and 2.4. (I don't
have any SMP systems, FWIW.)

-Barry K. Nathan [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: lance.c @ 100Mbit

2001-01-16 Thread Eli Carter

Thanks to all who pointed out the pcnet32.c driver!  (And quickly, too. 
Perhaps one day I'll learn to do a "grep -i 79C973 drivers/net/*"
first.  *sigh*)

Now to see if I can get it to work on an ARM-based system...gotta
love lack of cache-coherance.  ;)  (dma_cache_inv, etc.)  I'm open to
suggestions on that as well.  :)

Thanks again!

Eli
. "To the systems programmer, users and applications
Eli Carter  | serve only to provide a test load."
[EMAIL PROTECTED] `-- (random fortune)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/