index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
macppc
/
dev
/
openpic.c
Age
Commit message (
Expand
)
Author
2003-10-16
more ANSI/KNF.
Dale Rahn
2003-08-07
Allow nested interrupts in the openpic interrupt controller, tested by
Dale Rahn
2003-07-02
Reduce the amount of asm code in powerpc/macppc by replacing it with
Dale Rahn
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-12
separate evirq into macintr and openpic versions (they just -happened- to be
Jason Wright
2002-09-15
backout premature
Theo de Raadt
2002-09-15
KNF
Theo de Raadt
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-08
Remove the code which reenables interrupts in these interrupt controllers,
Dale Rahn
2002-03-02
Do not use -1 as an unused entry, 0 is already reserved for invalid/unused.
Dale Rahn
2002-03-02
If two drivers register the same hardware irq, they should get
Dale Rahn
2002-03-02
These two drivers were incorrectly sharing variables, sometimes expecting
Dale Rahn
2002-01-26
splclock() should block SPL_BIO - SPL_IMP.
Dale Rahn
2002-01-21
Respect db_console for "progammer button", for improved physical security.
Dale Rahn
2002-01-17
Allow nested interrupts on the mac interrupt controllers, previously
Dale Rahn
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-03
Cleanup improperly shared code between the two interrupt drivers.
Dale Rahn
2001-09-28
Commit a ugly, widespread change.
Dale Rahn
2001-09-11
vm/vm_kern.h is not needed hereand it compiles (;
Michael Shalayeff
2001-09-10
Remove some unused global variables.
Dale Rahn
2001-09-01
correct files for the powerpc/mac/ -> macppc/dev which did not get
Dale Rahn
2001-09-01
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
Dale Rahn