summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/intr.h
AgeCommit message (Expand)Author
2011-03-06Remove trailing spaces.tsutsui
2009-04-09Include <sys/evcnt.h> instead of <sys/device.h> for struct evcnt.tsutsui
2008-12-21Remove obsolete code for old software interrupt emulation.tsutsui
2008-06-22Make cpu_intr_p() inline.tsutsui
2008-06-22Don't recompute an ipl level for IPL_VM during or after cpu_configure(9)tsutsui
2008-06-15Unify splraiseipl(9) implementation among m68k ports as pertsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-28- account idepth in a clock interrupt handler tootsutsui
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-15Add IPL_SERIAL definition since MI com(4) now requires it for mutex(9).tsutsui
2007-03-11- Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to holdthorpej
2007-03-04Remove #ifdef _KERNEL since this file is no longer exported.tsutsui
2007-03-04Hide #include <m68k/softintr.h> inside #ifdef _KERNEL in <machine/intr.h>tsutsui
2007-03-04Make hp300 use common m68k/softintr.c.tsutsui
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-15Fix an indent in the previous.tsutsui
2007-02-10Rename _IPL_SOFT* macro to SI_SOFT* to sync with other m68k ports.tsutsui
2006-12-21merge yamt-splraiseipl branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-01-02u_intNN_t -> uintNN_ttsutsui
2003-11-08Switch DCA and APCI serial devices to use MI com(4) driver.tsutsui
2001-12-08softintr(9) interface for hp300gmcgarry
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2000-08-22Add spllock(). See spl(9) for details.thorpej
2000-08-21Make sure we provide splsched() as described in spl(9).thorpej
1999-08-05Change the semantics of splsoftclock() to be like other spl*() functions,thorpej
1999-08-01Store computed PSL values in an array indexed by abstract interruptthorpej
1999-06-15Slightly rearrange the SSIR inline assembly implementation in order to avoidkleink
1998-05-18Spell `interrupt' correctly.kleink
1997-10-09Fix tipo inherited from old version of TNF copyright template.jtc
1997-07-24Use optimized _splraise() implementation, from mac68k/intr.hscottr
1997-04-14Rearrange the interrupt code slightly:thorpej