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

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.

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

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

lance.c @ 100Mbit

2001-01-16 Thread Eli Carter
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.) TIA, Eli . "To the systems programmer, users and applications Eli Carter | serve only to

lance.c @ 100Mbit

2001-01-16 Thread Eli Carter
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.) TIA, Eli . "To the systems programmer, users and applications Eli Carter | serve only to

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

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.

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