summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. Itgrehan2005-05-211-0/+13
* Remove incorrect configuration setting that limited the Kauai ATA controllergrehan2005-05-141-1/+1
* - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's stategrehan2005-05-031-5/+4
* Catch up with latest ATA newbus commits.grehan2005-05-012-4/+4
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-232-10/+26
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-202-4/+0
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Get order right when initializing task file bus resources. ATA drives aregrehan2005-04-202-4/+4
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-12/+47
* Catch up with ATA mkIII definitions for registers that have differentgrehan2005-04-182-2/+4
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-122-4/+4
* Unbreak the powerpc build by fixing some ATA constants that were renamed.ssouhlal2005-04-121-3/+3
* Change an instance of md_savecrit to md_saved_msr that I missed.jhb2005-04-082-2/+2
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-047-135/+66
* Introduce channel-level setmode newbus method.grehan2005-04-013-0/+38
* Catch up with ATA-mkIIIgrehan2005-03-313-53/+4
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+1
* Optimize putc routine to write 2 ints instead of 8 chars to uncachedgrehan2005-03-191-14/+41
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* Split configure into 3 steps ala sparc64grehan2005-03-181-1/+20
* Prepend underscore to bus_dmamap_{unload|sync} in line withgrehan2005-03-151-2/+2
* Include <sys/signalvar.h> for trapsignal prototype.grehan2005-03-152-0/+2
* Long overdue sync-up with ATA codegrehan2005-03-151-1/+3
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-182/+34
* Replaced previous hw.physmem extraction with des's mods togrehan2005-03-073-150/+6
* physmem is a much better indicator for 'real' memory on PPC than Maxmemgrehan2005-03-072-6/+6
* Allow user to undersize memory with hw.physmem loader variable.grehan2005-03-073-3/+186
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-029-27/+46
* Catch up with "physical memory" sysctl change.grehan2005-03-012-0/+4
* Catch the case where the idle loop is entered with interrupts disabled,grehan2005-02-282-2/+18
* - switch pcpu to a struct declaration ala amd64. It may be more efficient togrehan2005-02-282-6/+4
* Correctly set kernelname for kern.bootfile sysctlgrehan2005-02-282-0/+20
* Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, togrehan2005-02-253-42/+75
* Mods for Xorg server:grehan2005-02-252-6/+113
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-062-46/+54
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-042-8/+8
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-042-0/+18
* - recognize 7447A/7448 CPUs (used in miniMacs)grehan2005-02-041-0/+11
* - add wall_cmos_clock and adjkerntz variables, required by msdosfsgrehan2005-02-042-0/+42
* Convert bus_space_barrier() into a null inline function rather than angrehan2005-02-041-2/+9
* - add definitions for MPC7447A/7448 (i.e. miniMac)grehan2005-02-041-1/+3
* HID0 updates:grehan2005-02-041-3/+6
* - change all u_int_XX to uint_XXgrehan2005-02-011-39/+39
* Fix (accidental?) lock order reversal in pmap_remove. Found whengrehan2005-01-213-3/+3
* Add bus_dmamap_load_mbuf_sg() to powerpc.scottl2005-01-152-0/+32
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-142-14/+0
* - allow a device hint to disable probing a slot on a Uninorth PCI bus.grehan2005-01-111-5/+12
* /* -> /*- for license, minor formatting changesimp2005-01-0797-109/+109
* Return correct value in the lock routine.grehan2005-01-071-2/+2
OpenPOWER on IntegriCloud