Re: 64bit build of tulip driver

2005-04-01 Thread Jim Gifford
With Grant's help I was able to get the tulip driver to work with 64 bit MIPS. Again Thanx Grant. Attached is the patch I used. diff -Naur linux-2.6.11.6/drivers/net/tulip/eeprom.c linux-2.6.11.6/drivers/net/tulip/eeprom.c --- linux-2.6.11.6/drivers/net/tulip/eeprom.c 2005-03-25 19:28:37 -0800 +

Re: 64bit build of tulip driver

2005-04-01 Thread Grant Grundler
On Fri, Apr 01, 2005 at 12:23:25PM -0800, Jim Gifford wrote: > Grant, >Thank you, I took your driver as a reference and added in the cobalt > specifics to the eeprom.c file, works perfectly now. Cool! very welcome. Can you do me a favor and submit a diff of all the tulip changes you have at

Re: 64bit build of tulip driver

2005-04-01 Thread Jim Gifford
Grant, Thank you, I took your driver as a reference and added in the cobalt specifics to the eeprom.c file, works perfectly now. - 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.or

Re: 64bit build of tulip driver

2005-04-01 Thread Grant Grundler
On Fri, Apr 01, 2005 at 08:46:33AM -0800, Jim Gifford wrote: > >Code paths exist in tulip_select_media() where the last thing the > >driver does to the NIC is io_write(). This could easily be a posted > >write flush problem. Does replacing flush_cache_all() with > >"ioread32(ioaddr + CSR12)" also

Re: 64bit build of tulip driver

2005-03-31 Thread Grant Grundler
On Thu, Mar 31, 2005 at 07:52:06PM -0800, Jim Gifford wrote: > Grant >Thanx for your feedback. I got it working, but I don't think the > patch is the best. Here is the patch, and the information, but if you > can recommend a different way to fix it, let me know. I can not "reccomend" one. I

Re: 64bit build of tulip driver

2005-03-31 Thread Jim Gifford
Grant Thanx for your feedback. I got it working, but I don't think the patch is the best. Here is the patch, and the information, but if you can recommend a different way to fix it, let me know. The patch was done by Peter Horton. Here is the link to the full patch, http://ftp.jg555.com/patc

Re: 64bit build of tulip driver

2005-03-31 Thread Grant Grundler
On Wed, Mar 30, 2005 at 10:03:12AM -0800, Jim Gifford wrote: > Under 32bit the tulip driver works fine, but under 64 bit it gives me a > lot if problems. Sorry - I'm not seeing issues on either ia64 or parisc 64-bit systems. But I'm only using HP 100BT cards (4-port, occasionally variants of sing

64bit build of tulip driver

2005-03-30 Thread Jim Gifford
Under 32bit the tulip driver works fine, but under 64 bit it gives me a lot if problems. I updated the tulip to what is in the current repository, and the issue still exists. Any suggestions. First off it continually sends data out the network interface and never negotiates is speed and duplex.