summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-042-12/+4
* Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thegrehan2003-03-031-19/+3
* These files are no longer used. They have been replaced with similarly namedbenno2003-02-284-597/+0
* Register typo and incorrect 32-bit constant load in previous commit.grehan2003-02-262-4/+4
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Cleanup of the d_mmap_t interface.mux2003-02-253-21/+0
* Catch up with ATAng changesgrehan2003-02-242-18/+23
* Doh. Forgot to remove _KERNEL version.grehan2003-02-231-7/+0
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,grehan2003-02-221-0/+10
* Adjust IRQ count for psim's OpenPIC model - it seems to begrehan2003-02-201-0/+6
* Catch up to latest KSE changesgrehan2003-02-202-6/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-196-7/+7
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-4/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-172-2/+2
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-172-2/+2
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Fix whitespace problems with option lines.obrien2003-02-131-31/+31
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
* Missed odd address test when transcribing the Alpha version.grehan2003-02-131-1/+1
* Implement fpclassify():mike2003-02-082-0/+4
* Oops. Include opt_ddb.h.benno2003-02-061-0/+2
* Add a driver that attaches to the gpio node of macio and allows you to enterbenno2003-02-062-1/+143
* Add a cast to silence a warning.benno2003-02-061-1/+1
* If a device tries to allocate an interrupt that's not on it's resource list,benno2003-02-061-0/+16
* GC an unused variable.benno2003-02-052-4/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-054-4/+4
* - Use cpu_setup() instead of identifycpu().benno2003-02-052-160/+2
* Add cpu.c. This contains one exported function, cpu_setup(), which handlesbenno2003-02-052-0/+366
* - Update spr.hbenno2003-02-052-79/+325
* Add an inline function wrapper for the mfpvf (Move From Processor Versionbenno2003-02-051-0/+10
* Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. Thisbenno2003-02-052-2/+2
* Replace the inline asm in delay() with a while loop. This may not be asbenno2003-02-052-16/+8
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-055-14/+40
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-041-8/+12
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-032-2/+12
* Add device zs to GENERIC on powerpc.benno2003-02-021-0/+1
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-014-4/+4
* - Introduce a flags value into the interrupt handler structure.benno2003-02-012-7/+11
* - add pmap_pagedaemon_waken variablegrehan2003-02-013-141/+288
* Make nirq mean 'number of irqs' and not 'last irq'.benno2003-02-011-5/+5
* Rework of how memory resources are discovered and dealt with in macio.benno2003-01-304-68/+162
* Put the right fix in. Instead of deleting the declaration of __FBSDID, webenno2003-01-281-0/+7
* Back the previous commit out. It didn't actually fix the problem I wasbenno2003-01-271-3/+5
* Back out some changes that snuck in with the last commit.benno2003-01-274-538/+62
* Flesh out bus_dmamap_sync.benno2003-01-275-63/+544
* Use td->td_sticks, not td->td_kse->ke_sticks.benno2003-01-272-2/+2
* Remove a duplicate definition of the __FBSDID macro.benno2003-01-271-6/+0
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-262-2/+2
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+1
OpenPOWER on IntegriCloud