When setting up the Interrupt structure, set the node type to NT_INTERRUPT, or NT_UNKNOWN.
        1> Checks if the node type is NT_SOFTINT.  If so does nothing since
          
            the softint is already pending.  No nest count is maintained.
          
        2> Sets the node type to NT_SOFTINT.
        3> Links into one of the 5 priority queues.
        4> Pokes the hardware interrupt bit used for softints.
        The node type returns to NT_INTERRUPT after removal from the list.