summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up param.h:grehan2004-02-114-30/+16
* Definitions for MPC7457 CPU type and HID0 bitsgrehan2004-02-092-35/+42
* Move temporary register save area from exception-vector memory togrehan2004-02-041-3/+15
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-291-0/+6
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-211-0/+71
* Update 128-bit long double constants to match what is expectedgrehan2004-01-211-9/+10
* Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-131-1/+29
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-131-0/+5
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* - removed obsolete ppc_exit/ppc_boot functionsgrehan2003-12-101-2/+0
* Use the "shut-down" and "reset-all" Forth procedures to halt andgallatin2003-12-091-0/+2
* Make breakpoint() actually break into ddb.gallatin2003-12-091-5/+6
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+56
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* DELAY must be a routine, not a macro definition.grehan2003-09-261-2/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying togrehan2003-09-241-2/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-4/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-041-2/+0
* Deal with GCC annoyingly defining _BIG_ENDIAN.obrien2003-08-031-0/+1
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-2/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Mega busdma API commit.scottl2003-07-011-1/+17
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-251-2/+0
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+2
* sys/sys/limits.h:kan2003-05-192-3/+3
* Style fixes.kan2003-05-041-8/+11
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-6/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-66/+4
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-53/+42
* - 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
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* 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
* Implement fpclassify():mike2003-02-082-0/+4
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-051-0/+2
* Add cpu.c. This contains one exported function, cpu_setup(), which handlesbenno2003-02-051-0/+2
* - 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-051-1/+1
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-051-0/+2
* - Introduce a flags value into the interrupt handler structure.benno2003-02-011-1/+2
* Rework of how memory resources are discovered and dealt with in macio.benno2003-01-301-3/+3
OpenPOWER on IntegriCloud