At 4:22 PM -0800 2/22/02, Matthew Dharm wrote: >Does anyone here have the e1000.o driver from Intel for their gigabit >ethernet devices working on a MIPS? > >After overcoming the intitial CFLAGS problem, the darned thing just >seems to keep crashing on me during initialization. I'm looking for a >datapoint to suggest that it's either (a) a problem with my linux >port, or (b) a problem with their driver. > >Matt > >-- >Matthew D. Dharm Senior Software Designer >Momentum Computer Inc. 1815 Aston Ave. Suite 107 >(760) 431-8663 X-115 Carlsbad, CA 92008-7310 >Momentum Works For You www.momenco.com I have the e1000 driver working... I've had 3.0 and 3.5 working. The only changes that I made were related to the specifics of the software defined I/O pins. Are you sure that you have ioremap() and your PCI subsystem working correctly? Have you tested any other devices that use registers in PCI memory space, or just PCI i/o space? Kevin --