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
/
macintr.c
Age
Commit message (
Expand
)
Author
2006-03-12
IPL_IMP -> IPL_VM
Brad Smith
2005-10-16
print the hardware irq number, not the bogus internal number for 'vmstat -i'
Dale Rahn
2005-09-30
i hate panic messages which do not print the value that was in error
Theo de Raadt
2005-03-11
Only print preconfigured interrupt table if option DEBUG, as done for openpic.
Miod Vallat
2005-02-16
Fix indentation to match similar code block below.
Aaron Campbell
2004-10-01
Sync with openpic.c evcount fixes; ok drahn@
Miod Vallat
2004-06-28
shorten name
Theo de Raadt
2004-06-28
Use new event counter API for interrupt counting on macppc. drahn@ ok
Aaron Campbell
2003-12-20
Pass -Wformat
Miod Vallat
2003-10-19
Use defines instead of magic constants for more IPL_ stuff, also sort
Dale Rahn
2003-10-16
spaces
Theo de Raadt
2003-10-16
more ANSI/KNF.
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
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
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
Device addresses should be mapped. It should be converted to bus_ accesses.
Dale Rahn
2001-09-01
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
Dale Rahn