summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include/bat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make it possisble to disable block address translation mechanism onmpi2015-03-311-1/+6
| | | | | | | | | processors that support it. Due to the way trap code is patched it is currently not possible to enabled/disable BAT at runtime. ok miod@, kettenis@
* Remove the spilling code for IBAT register and set up the first IBAT registerkettenis2014-10-271-2/+15
| | | | | | | | to cover the first 8 MB of memory such that it covers kernel .text and not much else. This is a first step towards W^X in the kernel for machines with G4 and older processors. ok mpi@
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-4/+4
| | | | | | | | | | | | | | is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/include to macppc/include Some files were not "moved" but wrapper files were created which include the powerpc/include version. Several of the powerpc/include files where changed to reflect that they are POWERPC_* not MACHINE_*.
* Monolithic PowerPC kernel, new includepefo1997-10-131-2/+1
|
* adding OpenBSD tag to files.rahnds1996-12-281-0/+1
|
* Check-in of powerpc kernel support.rahnds1996-12-211-0/+54
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.