summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/spr.h
Commit message (Collapse)AuthorAgeFilesLines
* - add definitions for MPC7447A/7448 (i.e. miniMac)grehan2005-02-041-1/+3
| | | | | | - expand MPC745X_P macro to include these Obtained from: NetBSD
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Definitions for MPC7457 CPU type and HID0 bitsgrehan2004-02-091-0/+2
|
* - Update spr.hbenno2003-02-051-79/+196
| | | | | | | | | | - Add hid.h Obtained from: NetBSD NOTE: This undoes some changes I'd made to prefix the processor name defines with PVR_. This was due to my original decision to use MPC750 as a cpu name. With this changed, the PVR_ change is no longer required.
* Rename the constants for the contents of the PVR register so as not tobenno2002-05-091-17/+17
| | | | conflict with cpu names used in config files..
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-291-0/+360
Highlights include: - New low-level trap code from NetBSD. The high level code still needs a lot of work. - Fixes for some pmap handling in thread switching. - The kernel will now get to attempting to jump into init in user mode. There are some pmap/trap issues which prevent it from actually getting there though. Obtained from: NetBSD (parts)
OpenPOWER on IntegriCloud