Krzysztof Lichota wrote:
> Krzysztof Lichota wrote:
>
>> Krzysztof Lichota wrote:
>>
>>> Timothy Legge wrote:
>>>
>>>> I don't have time tonight to look, but some additional details
>>>> regarding the hardware that you have would help. The issue you
>>>> reference below was only seen on one model of HP Vectra.
>>>
>>>
>>> Exactly. It is HP Vectra VL5/200 MMX.
>>
>>
>>
>> I attach more hardware details from Linux proc.
>>
>> I can see that in RPL boot, ethernet controller is assigned IRQ 2
>> while later on it has IRQ 9. Maybe it is a problem?
>
>
> Victory! :)
> I suspected a problem with interrupts and it was it!
> I looked into AMD specs for the chip, added code to disable interrupts
> and it worked :) I am able to boot into LTSP up to XDM login screen :)
>
> Patch attached. It is a bit verbose, but probably it has to be changed
> anyway as I don't know if it does not spoil something for other chips
Hi
Thanks for the patch. I looked at the issue some time ago but as I
could never reproduce it, it never got fixed.
Can you verify whether a subset of the interupts would also work? I
would be particularily interested in the whether leaving the receive
interrupt RINTM enabled would be OK. The receive interruupt would need
to be in place if the driver gets PXE enabled.
I will test it on the cards that I wrote it with and try to test it on a
VMware nic. If there is no issue I will commit it to the cvs.
Thanks again
Tim
|