summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/include/intr.h
AgeCommit message (Expand)Author
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-06-12Make sure splsoftnet() masks softclock; fallout form switch to genericMiod Vallat
2009-06-10Switch sgi to per-process AST, and move ast() from interrupt.c to trap.cMiod Vallat
2009-05-22Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition fromMiod Vallat
2009-05-21Make sure splx() reenables hardware interrupt sources, even there aren'tMiod Vallat
2009-03-20Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.Miod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2007-12-06Fix typos/grammatical error in comments.Joel Sing
2007-10-14registred -> registeredMiod Vallat
2007-06-20Make sure IPL_CLOCK blocks device interrupts.Miod Vallat
2007-05-07Move sgo to __HAVE_CPUINFO.Mark Kettenis
2007-03-23Real atomic_{set,clear}bits_int implementation, and replace similarMiod Vallat
2006-07-09I don't think we're talking about animals in here, soMichael Knudsen
2006-03-12remove splimp.Brad Smith
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-01-31Un-__P.Alexander Yurchenko
2005-01-02Add IPL_AUDIO/splaudio().Mark Kettenis
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
2004-09-27Rewrite parts of the interrupt system to achive:Per Fogelstrom
2004-09-24new style interrupt counters; pefo okTheo de Raadt
2004-09-21Nuke commons.Miod Vallat
2004-09-20// is not valid in asm. doh...Per Fogelstrom
2004-09-20splraise can be inlined or not by definePer Fogelstrom
2004-09-20Add support for R10K cpu classPer Fogelstrom
2004-08-10spacingTheo de Raadt
2004-08-10spacingTheo de Raadt
2004-08-06initial sgi importPer Fogelstrom