summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/openpic.c
AgeCommit message (Expand)Author
2003-10-16more ANSI/KNF.Dale Rahn
2003-08-07Allow nested interrupts in the openpic interrupt controller, tested byDale 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-14Final __P removal plus some cosmetic fixupsTodd C. Miller
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-02Do not use -1 as an unused entry, 0 is already reserved for invalid/unused.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-10Remove some unused global variables.Dale Rahn
2001-09-01correct files for the powerpc/mac/ -> macppc/dev which did not getDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn