summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/macintr.c
AgeCommit message (Collapse)Author
2002-03-02These two drivers were incorrectly sharing variables, sometimes expectingDale Rahn
them to be intialized by the other. also remove static variables and rename them so they are accessable via ddb.
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
the external interrupt was never enabled during interrupt handling.
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-10-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
Pointed out by a7r.
2001-09-28Commit a ugly, widespread change.Dale Rahn
Problem: no MI soft interrupts. Bad solution: use old hack that was never fully implemented to hook in zs soft interrupts. This allows zs to work almost reasonably. Still has issues with getty (carrier detect) and modems on newer machines (power control). Post 3.0 this must be cleaned up with real soft interrupts.
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
This maps the region with mapiodev().
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/mac to macppc/dev