History log of /netbsd/sys/arch/arm/pic/pic.c (Results 76 – 84 of 84)
Revision Date Author Comments
# e1551907 07-Jul-2012 skrll <skrll@NetBSD.org>

Convert a KASSERT to a KASSERTMSG


# 0e038f67 04-Jul-2012 skrll <skrll@NetBSD.org>

Add a KASSERT


# be13541e 11-Mar-2011 bsh <bsh@NetBSD.org>

split arch/arm/pic/pic.c so that we can implement more efficient version of splfoo() while using pic framework.


# 9977ebc2 01-Feb-2011 jakllsch <jakllsch@NetBSD.org>

Increment ci->ci_intr_depth for the duration of pic_do_pending_ints().
Fixes locking catastrophy commonly noticed with mvsata(4) on evbarm.


# 8e229474 31-Aug-2010 kiyohara <kiyohara@NetBSD.org>

Fix lost interrupt. (2/2)
+ It is likely to lose sight of interrupt when the interrupt of irq_base
that is smaller than the same at the level is generated if PIC_MAXSOURCES
is 33 or more.


# 4edbb197 31-Aug-2010 kiyohara <kiyohara@NetBSD.org>

Fix lost interrupt. (1/2)
+ Change blocked_irqs that dispach if change pending_irqs in the loop.


# a7cf4e5e 30-Dec-2008 matt <matt@NetBSD.org>

Use atomic ops to manipulate the bitmasks.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 825088ed 27-Apr-2008 matt <matt@NetBSD.org>

Merge kernel changes in matt-armv6 to HEAD.


1234