|
From: Roger H. <rh...@at...> - 2007-01-26 23:07:52
|
Brandeburg, Jesse wrote:
> Roger Heflin wrote:
>> Nothing extra from the serial console, and still locks up with no
>> msi support.
>
> can you try commenting out the request_irq (and matching free_irq) calls
> in the driver and see if the driver loads? This will at least help us
> narrow it down to whether it is an interrupt issue or not.
>
> I know the driver will not work if you do this, but it would be
> interesting nonetheless.
>
> Thanks,
> Jesse
>
Ok.
I commented out the request_irq error checking "if" statement
and free_irq in ixgb_main.c and did a "make modules" and then
did insmod of the new .ko and it still appears to reboot
the machine.
I tried both the 2.6.19.2 driver and the current 1.0.126
driver.
So I guess that means it is blowing up before the interrupt
assignment.
Roger
|