aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-0323-92/+46
* - Define a new md function 'casuptr'. This atomically compares and setsJeff Roberson2003-04-012-0/+16
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-312-6/+6
* - Change trapsignal() to accept a thread and not a proc.Jeff Roberson2003-03-312-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* Remove bitrot associated with `maxusers'.Ruslan Ermilov2003-03-221-1/+0
* Use atomic operations to increment and decrement the refcountMaxime Henrion2003-03-201-4/+4
* Enable the FPU on first use per-thread and save state across contextPeter Grehan2003-03-206-117/+101
* - Add PCI ID for Paddington i/o controller, used in old G3'sPeter Grehan2003-03-201-2/+4
* Add machine check handler. While generally useful, it's required whenPeter Grehan2003-03-192-2/+2
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() soMaxime Henrion2003-03-131-1/+6
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-042-12/+4
* Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thePeter Grehan2003-03-031-19/+3
* These files are no longer used. They have been replaced with similarly namedBenno Rice2003-02-284-597/+0
* Register typo and incorrect 32-bit constant load in previous commit.Peter Grehan2003-02-262-4/+4
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-261-1/+1
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-253-21/+0
* Catch up with ATAng changesPeter Grehan2003-02-242-18/+23
* Doh. Forgot to remove _KERNEL version.Peter Grehan2003-02-231-7/+0
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,Peter Grehan2003-02-221-0/+10
* Adjust IRQ count for psim's OpenPIC model - it seems to bePeter Grehan2003-02-201-0/+6
* Catch up to latest KSE changesPeter Grehan2003-02-202-6/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-196-7/+7
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-171-4/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-172-2/+2
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intoJeff Roberson2003-02-172-2/+2
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Fix whitespace problems with option lines.David E. O'Brien2003-02-131-31/+31
* Fix the style of the SCHED_4BSD commit.David E. O'Brien2003-02-131-1/+1
* Missed odd address test when transcribing the Alpha version.Peter Grehan2003-02-131-1/+1
* Implement fpclassify():Mike Barcroft2003-02-082-0/+4
* Oops. Include opt_ddb.h.Benno Rice2003-02-061-0/+2
* Add a driver that attaches to the gpio node of macio and allows you to enterBenno Rice2003-02-062-1/+143
* Add a cast to silence a warning.Benno Rice2003-02-061-1/+1
* If a device tries to allocate an interrupt that's not on it's resource list,Benno Rice2003-02-061-0/+16
* GC an unused variable.Benno Rice2003-02-052-4/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringBenno Rice2003-02-054-4/+4
* - Use cpu_setup() instead of identifycpu().Benno Rice2003-02-052-160/+2
* Add cpu.c. This contains one exported function, cpu_setup(), which handlesBenno Rice2003-02-052-0/+366
* - Update spr.hBenno Rice2003-02-052-79/+325
* Add an inline function wrapper for the mfpvf (Move From Processor VersionBenno Rice2003-02-051-0/+10
* Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. ThisBenno Rice2003-02-052-2/+2
* Replace the inline asm in delay() with a while loop. This may not be asBenno Rice2003-02-052-16/+8
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.Benno Rice2003-02-055-14/+40
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstHartmut Brandt2003-02-041-8/+12
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-032-2/+12
* Add device zs to GENERIC on powerpc.Benno Rice2003-02-021-0/+1
* Put replace spaces with tabs in keeping with the rest of the file.Josef Karthauser2003-02-011-1/+1
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-014-4/+4