| Commit message (Expand) | Author | Age | Files | Lines |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | jake | 2003-03-16 | 1 | -0/+2 |
* | Grab Giant around calls to contigmalloc() and contigfree() so | mux | 2003-03-13 | 1 | -1/+6 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 2 | -12/+4 |
* | Simplify ofw_pci_fixup(). It doesn't need to be recursive, since the | grehan | 2003-03-03 | 1 | -19/+3 |
* | These files are no longer used. They have been replaced with similarly named | benno | 2003-02-28 | 4 | -597/+0 |
* | Register typo and incorrect 32-bit constant load in previous commit. | grehan | 2003-02-26 | 2 | -4/+4 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 1 | -1/+1 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 3 | -21/+0 |
* | Catch up with ATAng changes | grehan | 2003-02-24 | 2 | -18/+23 |
* | Doh. Forgot to remove _KERNEL version. | grehan | 2003-02-23 | 1 | -7/+0 |
* | Expose powerpc_mb() to user-space. Currently needed for atomic.h users, | grehan | 2003-02-22 | 1 | -0/+10 |
* | Adjust IRQ count for psim's OpenPIC model - it seems to be | grehan | 2003-02-20 | 1 | -0/+6 |
* | Catch up to latest KSE changes | grehan | 2003-02-20 | 2 | -6/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 6 | -7/+7 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 1 | -4/+3 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 2 | -2/+2 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | jeff | 2003-02-17 | 2 | -2/+2 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Fix whitespace problems with option lines. | obrien | 2003-02-13 | 1 | -31/+31 |
* | Fix the style of the SCHED_4BSD commit. | obrien | 2003-02-13 | 1 | -1/+1 |
* | Missed odd address test when transcribing the Alpha version. | grehan | 2003-02-13 | 1 | -1/+1 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+4 |
* | Oops. Include opt_ddb.h. | benno | 2003-02-06 | 1 | -0/+2 |
* | Add a driver that attaches to the gpio node of macio and allows you to enter | benno | 2003-02-06 | 2 | -1/+143 |
* | Add a cast to silence a warning. | benno | 2003-02-06 | 1 | -1/+1 |
* | If a device tries to allocate an interrupt that's not on it's resource list, | benno | 2003-02-06 | 1 | -0/+16 |
* | GC an unused variable. | benno | 2003-02-05 | 2 | -4/+0 |
* | Export the ns_per_tick variable through md_var.h rather than by declaring | benno | 2003-02-05 | 4 | -4/+4 |
* | - Use cpu_setup() instead of identifycpu(). | benno | 2003-02-05 | 2 | -160/+2 |
* | Add cpu.c. This contains one exported function, cpu_setup(), which handles | benno | 2003-02-05 | 2 | -0/+366 |
* | - Update spr.h | benno | 2003-02-05 | 2 | -79/+325 |
* | Add an inline function wrapper for the mfpvf (Move From Processor Version | benno | 2003-02-05 | 1 | -0/+10 |
* | Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This | benno | 2003-02-05 | 2 | -2/+2 |
* | Replace the inline asm in delay() with a while loop. This may not be as | benno | 2003-02-05 | 2 | -16/+8 |
* | - Rename the "powerpc" timecounter to the "decrementer" timecounter. | benno | 2003-02-05 | 5 | -14/+40 |
* | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | harti | 2003-02-04 | 1 | -8/+12 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 2 | -2/+12 |
* | Add device zs to GENERIC on powerpc. | benno | 2003-02-02 | 1 | -0/+1 |
* | Put replace spaces with tabs in keeping with the rest of the file. | joe | 2003-02-01 | 1 | -1/+1 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 4 | -4/+4 |
* | - Introduce a flags value into the interrupt handler structure. | benno | 2003-02-01 | 2 | -7/+11 |
* | - add pmap_pagedaemon_waken variable | grehan | 2003-02-01 | 3 | -141/+288 |
* | Make nirq mean 'number of irqs' and not 'last irq'. | benno | 2003-02-01 | 1 | -5/+5 |
* | Rework of how memory resources are discovered and dealt with in macio. | benno | 2003-01-30 | 4 | -68/+162 |
* | Put the right fix in. Instead of deleting the declaration of __FBSDID, we | benno | 2003-01-28 | 1 | -0/+7 |
* | Back the previous commit out. It didn't actually fix the problem I was | benno | 2003-01-27 | 1 | -3/+5 |
* | Back out some changes that snuck in with the last commit. | benno | 2003-01-27 | 4 | -538/+62 |
* | Flesh out bus_dmamap_sync. | benno | 2003-01-27 | 5 | -63/+544 |
* | Use td->td_sticks, not td->td_kse->ke_sticks. | benno | 2003-01-27 | 2 | -2/+2 |
* | Remove a duplicate definition of the __FBSDID macro. | benno | 2003-01-27 | 1 | -6/+0 |