summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to ata resource in print_child.grehan2003-04-181-1/+0
* Remove sparse address hack.grehan2003-04-181-2/+0
* Vastly simplify the macio ATA attachment, now that the register filegrehan2003-04-181-225/+42
* Remove sparse addressing hack. The macio ATA driver no longer requiresgrehan2003-04-182-5/+0
* - Convert NetBSD-derived macros to inline functions for bettergrehan2003-04-181-65/+176
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-9/+5
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-1/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-6/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-0323-92/+46
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-012-0/+16
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-312-6/+6
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-312-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
* Use atomic operations to increment and decrement the refcountmux2003-03-201-4/+4
* Enable the FPU on first use per-thread and save state across contextgrehan2003-03-206-117/+101
* - Add PCI ID for Paddington i/o controller, used in old G3'sgrehan2003-03-201-2/+4
* Add machine check handler. While generally useful, it's required whengrehan2003-03-192-2/+2
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-131-1/+6
* 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
OpenPOWER on IntegriCloud