[ros-bugs] [Bug 2861] regression - Realtek 8139 , Ndis error " Adapter not found "

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sat Apr 18 15:37:16 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=2861





--- Comment #14 from Haos <olaf_siejka at o2.pl>  2009-04-18 15:37:13 CET ---
(drivers\network\ndis\ndis\io.c:779)(NdisMRegisterInterrupt) Called.
InterruptVector (0x0)  InterruptLevel (0x0)  SharedInterrupt (1)  InterruptMode
(0x0)
(drivers\network\ndis\ndis\io.c:797)(NdisMRegisterInterrupt) Connecting to
interrupt vector (0x30)  Affinity (0xFFFFFFFF).
(drivers\network\ndis\ndis\io.c:802)(NdisMRegisterInterrupt) Leaving. Status
(0xC000000D).
(drivers\network\ndis\ndis\io.c:814)(NdisMRegisterInterrupt) Function failed
(drivers\network\ndis\ndis\main.c:91)(NdisWriteErrorLogEntry) ERROR: ErrorCode
0xc000138c

There is an error in ROS resource reporting. InterruptLevel should be > 0. In
our case, being 0, it makes NdisMRegisterInterrupt connect at 0x30, Interrupt
Vector`s base address, thus failing to acquire proper index in IDT (this is
what i understood from lengthy explanation on behalf of Fireball, please
correct me if something is wrong). 


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Ros-bugs mailing list