Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn | |
them to be intialized by the other. also remove static variables and rename them so they are accessable via ddb. | |||
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 | |
the external interrupt was never enabled during interrupt handling. | |||
2001-11-06 | Replace 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-03 | Cleanup improperly shared code between the two interrupt drivers. | Dale Rahn | |
Pointed out by a7r. | |||
2001-09-28 | Commit 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-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 | |
This maps the region with mapiodev(). | |||
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale 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 |