search for: ne2000_can_receive

Displaying 1 result from an estimated 1 matches for "ne2000_can_receive".

2006 Apr 28
0
FW: [PATCH] Enabling ne2000 can work under event driven mechanism
Most of them bases on latestest Qemu. The modifications are the below: Adding logic in ne2000_update_irq() avoids exceptional logic. Another modification is the ne2000_can_receive(), "if (index < boundary)" -> "if (index <= boundary)". Others based on lastest Qemu. But the latest Qemu adds new features, which not been added in the patch. The qemu uses polling logic. Xen uses event driven mechanism. So it doesn''t need such modificatio...