summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Work-in-progress for the 'Kauai' ATA device in Mac notebooks. Thegrehan2004-02-121-0/+190
* Add sys file required for IEEE fp functions.grehan2004-02-121-0/+37
* Interrupt statistics, vmstat -i now works.grehan2004-02-115-26/+59
* Clean up header files, which fixes compile warning.grehan2004-02-111-10/+1
* - constify devinfo strings to eliminate compile warninggrehan2004-02-112-18/+18
* - fix compile warningsgrehan2004-02-112-52/+10
* - fixed trailing whitespace and indentationgrehan2004-02-111-11/+10
* Fix compile warninggrehan2004-02-111-0/+1
* - remove trailing whitespacegrehan2004-02-111-11/+13
* Cleaned up param.h:grehan2004-02-1112-30/+28
* Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL.grehan2004-02-111-4/+5
* Add sysctl hw.uma_mdpages to track how many pages have been allocatedgrehan2004-02-112-0/+18
* Correctly create interrupt key for PCI, which is the OpenFirmwaregrehan2004-02-101-11/+17
* Disable branch-target instruction cache on MPC7457 as outlinedgrehan2004-02-091-2/+3
* Recognize MPC7547 (aka G4+)grehan2004-02-091-1/+7
* Definitions for MPC7457 CPU type and HID0 bitsgrehan2004-02-092-35/+42
* - add a description of what .gdbinit should contain.grehan2004-02-041-9/+25
* Remove pmap_pvo_allocf zone alloc function. It was a way ofgrehan2004-02-043-81/+12
* Major overhaul of common trap codegrehan2004-02-042-1616/+710
* - remove unused trap definitionsgrehan2004-02-042-12/+22
* - Lots more symbols required by the new trap_subr codegrehan2004-02-041-0/+40
* - Add definition for GET_CPUINFO, required by new trap_subr codegrehan2004-02-042-12/+8
* Move temporary register save area from exception-vector memory togrehan2004-02-041-3/+15
* Allow child devices to set the OpenFirmware device node ivargrehan2004-02-042-4/+10
* - removed debug printf that was a false positive on non-OpenPIC systemsgrehan2004-02-041-7/+5
* Use device alias "mpic" to locate the macio OpenPIC. This worksgrehan2004-02-031-6/+5
* When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be calledgrehan2004-01-293-0/+30
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-293-0/+170
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Add syscons options and enable USB, since there is no conflict betweengrehan2004-01-211-12/+21
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-214-24/+16
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-216-0/+927
* Update 128-bit long double constants to match what is expectedgrehan2004-01-211-9/+10
* Catch up with ATA UMA changesgrehan2004-01-152-0/+2
* Use a device identify entry point to attach to nexus, since thegrehan2004-01-131-9/+27
* Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-134-164/+557
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-133-110/+133
* Catch up with ATA changes by including <sys/sema.h>grehan2004-01-132-0/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-032-10/+10
* Track three new sendfile-related statistics:silby2003-12-282-0/+2
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-282-4/+2
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-272-0/+8
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* Disable the per-vm_page PTE cache. This was not being invalidatedgrehan2003-12-163-0/+6
* imac revA-D and beige G3 OpenFirmware uses the "ide" string forgrehan2003-12-101-1/+2
* - removed obsolete ppc_exit/ppc_boot functionsgrehan2003-12-103-38/+122
* Remove redundant declaration of ddb_trapgallatin2003-12-091-1/+0
* pmap_query_bit() should return false if the bit is not set.gallatin2003-12-093-3/+3
OpenPOWER on IntegriCloud