summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-152-2/+2
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-021-5/+6
* The bus resource adjustment API is not meant to work on active resources.nwhitehorn2012-02-071-16/+6
* Inherit from PCI bridge driver instead of manually specifying all of itsnwhitehorn2012-02-051-24/+3
* Make sure to remap adjusted resources.nwhitehorn2012-02-051-1/+17
* Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. Withnwhitehorn2012-02-051-0/+28
* Unify OF PCI infrastructure, including changing from parsing the devicenwhitehorn2012-02-042-0/+575
* Avoid warnings about duplicate modules.nwhitehorn2012-02-041-1/+1
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-201-2/+2
* Prevent an error resulting from signed/unsigned comparison on systemsnwhitehorn2012-01-201-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-14/+10
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+3
* Add better error handling for RTAS calls. These can potentially causenwhitehorn2011-06-261-1/+18
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)nwhitehorn2011-06-231-6/+8
* Retry the memory map-related portions of r222613, written by andreast,nwhitehorn2011-06-041-26/+145
* Temporarily back out those parts of r222613 related to parsing the memorynwhitehorn2011-06-021-144/+25
* MFpseries:nwhitehorn2011-06-026-42/+905
* Fix whitespace nit.nwhitehorn2011-03-091-1/+1
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-022-4/+4
* Fix null string handling in ofw_real_nextprop function. Pass the rightandreast2011-01-051-4/+10
* Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open Firmwarenwhitehorn2010-11-121-0/+661
* Map the Open Firmware framebuffer console with write combining turned on,nwhitehorn2010-10-011-13/+27
* Change OF_interpret() to also take an array of cell_t (missed in r209801).marius2010-09-111-4/+3
* Make ofw_syscons work on 64-bit systems.nwhitehorn2010-07-081-3/+3
* Fix several bugs in the real-mode Open Firmware implementation and providenwhitehorn2010-07-081-157/+325
* Change the argument type to OF_call_method to take an array of cell_tnwhitehorn2010-07-081-4/+3
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesnwhitehorn2010-06-181-0/+5
* Change the default interrupt polarity on PowerPC systems from high to low.nwhitehorn2010-06-181-10/+22
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-182-11/+28
* Modify the console mouse pointer drawing routine to use single-byte writesnwhitehorn2010-06-151-17/+4
* Prepare and extend OFW layer for FDT support.raj2010-05-281-2/+3
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-161-23/+0
* Relocate interrupt sense setting for K2 SATA from the ATA driver to thenwhitehorn2010-05-161-8/+25
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-161-0/+23
* With r205496 in place we should ensure that nargs and nreturns are alwaysmarius2010-04-021-0/+6
* Set hw.ofwfb.relax_mmap=1 by default. While these checks may be a goodnwhitehorn2010-03-281-2/+2
* Do not declare the various OFW command buffers static. It does notnwhitehorn2010-03-231-23/+23
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+2
* strict kobj signatures: some ofw_setprop fixesavg2009-06-111-4/+4
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-311-0/+206
* Add an Open Firmware access module for real-mode OF accesses to the PowerPCnwhitehorn2009-04-051-0/+922
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-11/+22
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-152-189/+228
* Allow OFW syscons to restore itself when the X server exits or there is a VT ...nwhitehorn2008-12-131-26/+38
* Add support for a console mouse pointer on Open Firmware syscons.nwhitehorn2008-12-132-1/+85
* Prevent the OF syscons module from trying to attach to real devices on thenwhitehorn2008-10-151-0/+5
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-145-287/+377
* Improve rev 183168, so that if /chosen/stdout is connected to the serialsobomax2008-09-231-6/+5
* When attaching framebuffer to "/chosen/stdout" node fails, try attachingsobomax2008-09-191-2/+10
OpenPOWER on IntegriCloud