Re: Changeing SYSINTR_MAXIMUM



What kind of device do you have?
If it is a CEPC, I am afraid you will not be able to handle that amount of
IRQs! The only solution here is to physically share the same interrupt line
between different UARTs, and to use a serial driver able to handle this
situation.
If not, i.e. if you have enough interrupt lines for all your UARTs, make
what Dean and Tom told you. Note that in this case, you will also need a
special serial driver and probably special OEM code to handle the interrupt
acknowledge.
Sorry for redundancy.
Remi


.



Relevant Pages

  • Re: [PATCH] 8250 UART backup timer
    ... Diva UARTs). ... RX interrupt kicks it into working again (ie. an unattended reboot could ... static void serial8250_timeout ... If the "interrupt" for this port doesn't correspond with any ...
    (Linux-Kernel)
  • Re: Killing a blocking thread ?
    ... Assume that the async event is fired by an interrupt. ... The system remembers the fact that you wait - than your thread is marked as "needs no CPU time". ... When an interrupt occures the system checks his list of "waiters" and if a thread is found waiting for that specific thing ... But newer UARTs have a buffer of some bytes - and those bytes made the difference. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Exar multi port serial, Com16550 driver interrupt problem
    ... It looks like you are trying to make the MS serial driver work with the Exar ... > instance of the com16550 driver for each port in the octal. ... > as to which port caused the interrupt is done in ISR. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: tickle nmi watchdog whilst doing serial writes.
    ... >>status interrupt and eliminate the pole loop. ... >>one, don't want my cpu looping in the serial driver, even more so with the ... the reason for allowing the NMI oops? ...
    (Linux-Kernel)
  • Re: wince serial driver
    ... manufacturer uses a standard serial driver, ... > knowledge of how the interrupt support for the serial driver was implemented ... since they have all the source code to the device. ...
    (microsoft.public.windowsce.platbuilder)

Loading