summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/macintr.c
AgeCommit message (Expand)Author
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2005-10-16print the hardware irq number, not the bogus internal number for 'vmstat -i'Dale Rahn
2005-09-30i hate panic messages which do not print the value that was in errorTheo de Raadt
2005-03-11Only print preconfigured interrupt table if option DEBUG, as done for openpic.Miod Vallat
2005-02-16Fix indentation to match similar code block below.Aaron Campbell
2004-10-01Sync with openpic.c evcount fixes; ok drahn@Miod Vallat
2004-06-28shorten nameTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on macppc. drahn@ okAaron Campbell
2003-12-20Pass -WformatMiod Vallat
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
2003-10-16spacesTheo de Raadt
2003-10-16more ANSI/KNF.Dale Rahn
2003-07-02Reduce the amount of asm code in powerpc/macppc by replacing it withDale Rahn
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-12separate evirq into macintr and openpic versions (they just -happened- to beJason Wright
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-08Remove the code which reenables interrupts in these interrupt controllers,Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02These two drivers were incorrectly sharing variables, sometimes expectingDale Rahn
2002-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-21Respect db_console for "progammer button", for improved physical security.Dale Rahn
2002-01-17Allow nested interrupts on the mac interrupt controllers, previouslyDale Rahn
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
2001-09-28Commit a ugly, widespread change.Dale Rahn
2001-09-11vm/vm_kern.h is not needed hereand it compiles (;Michael Shalayeff
2001-09-10Device addresses should be mapped. It should be converted to bus_ accesses.Dale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn