summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/intr.h
AgeCommit message (Expand)Author
2011-12-21Allow intr_dispatch() on hp300 to be used on the clock interrupt levelMiod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2009-09-18Fix conversion of symbolic IPL level to hardware PSL value in the mutex code.Miod Vallat
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2008-07-18Make IPL_VM level 5, which is guaranteed to be above bio tty and net, insteadMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-09IPL_xxx values on hp300 are logical values (although some of them happen toMiod Vallat
2007-11-09Get rid of IPL_TTYNOBUF, it was handled exactly like IPL_TTY for years.Miod Vallat
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-15switch m68k to __HAVE_CPUINFOMartin Reindl
2006-06-11Factorize spl handling functions and software interrupt routines betweenMiod Vallat
2006-03-13remove splimp.Brad Smith
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
2004-09-30Protect struct isr with #ifdef _KERNEL since struct evcount isTodd C. Miller
2004-09-29Switch hp300 to evcount.Miod Vallat
2003-12-22IPL_HIGH should be 7, not 6. This is purely cosmetic as that value isTodd C. Miller
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-17Decrease splvm() level to the splimp() level.Miod Vallat
2001-11-23Remove splsched() declaration and related stuff.Miod Vallat
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
1999-05-04Change "&=" to "=&", make egcs happy.Todd C. Miller
1997-09-23Some NetBSD changes, up to NETBSD_CURRENT_970921.Jason Downs
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs