aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace nit.Nathan Whitehorn2011-03-091-1/+1
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain aMarcel Moolenaar2011-02-022-4/+4
* Fix null string handling in ofw_real_nextprop function. Pass the rightAndreas Tobler2011-01-051-4/+10
* Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open FirmwareNathan Whitehorn2010-11-121-0/+661
* Map the Open Firmware framebuffer console with write combining turned on,Nathan Whitehorn2010-10-011-13/+27
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-111-4/+3
* Make ofw_syscons work on 64-bit systems.Nathan Whitehorn2010-07-081-3/+3
* Fix several bugs in the real-mode Open Firmware implementation and provideNathan Whitehorn2010-07-081-157/+325
* Change the argument type to OF_call_method to take an array of cell_tNathan Whitehorn2010-07-081-4/+3
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesNathan Whitehorn2010-06-181-0/+5
* Change the default interrupt polarity on PowerPC systems from high to low.Nathan Whitehorn2010-06-181-10/+22
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-182-11/+28
* Modify the console mouse pointer drawing routine to use single-byte writesNathan Whitehorn2010-06-151-17/+4
* Prepare and extend OFW layer for FDT support.Rafal Jaworowski2010-05-281-2/+3
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intoNathan Whitehorn2010-05-161-23/+0
* Relocate interrupt sense setting for K2 SATA from the ATA driver to theNathan Whitehorn2010-05-161-8/+25
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce theNathan Whitehorn2010-05-161-0/+23
* With r205496 in place we should ensure that nargs and nreturns are alwaysMarius Strobl2010-04-021-0/+6
* Set hw.ofwfb.relax_mmap=1 by default. While these checks may be a goodNathan Whitehorn2010-03-281-2/+2
* Do not declare the various OFW command buffers static. It does notNathan Whitehorn2010-03-231-23/+23
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+2
* strict kobj signatures: some ofw_setprop fixesAndriy Gapon2009-06-111-4/+4
* Introduce support for cpufreq on PowerPC with the dynamic frequencyNathan Whitehorn2009-05-311-0/+206
* Add an Open Firmware access module for real-mode OF accesses to the PowerPCNathan Whitehorn2009-04-051-0/+922
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-041-11/+22
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-152-189/+228
* Allow OFW syscons to restore itself when the X server exits or there is a VT ...Nathan Whitehorn2008-12-131-26/+38
* Add support for a console mouse pointer on Open Firmware syscons.Nathan Whitehorn2008-12-132-1/+85
* Prevent the OF syscons module from trying to attach to real devices on theNathan Whitehorn2008-10-151-0/+5
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-145-287/+377
* Improve rev 183168, so that if /chosen/stdout is connected to the serialMaxim Sobolev2008-09-231-6/+5
* When attaching framebuffer to "/chosen/stdout" node fails, try attachingMaxim Sobolev2008-09-191-2/+10
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-5/+3
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-7/+5
* Remove unnecessary and alarming printf.Peter Grehan2005-08-161-1/+1
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. ItPeter Grehan2005-05-211-0/+13
* Optimize putc routine to write 2 ints instead of 8 chars to uncachedPeter Grehan2005-03-191-14/+41
* Mods for Xorg server:Peter Grehan2005-02-252-6/+113
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-072-2/+2
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-1/+1
* Advertise that color is supported so that syscons doesn't come upPeter Grehan2004-08-161-2/+2
* Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painfulPeter Grehan2004-07-062-29/+130
* Catchup to now-required <sys/module.h> for PowerPCPeter Grehan2004-06-252-0/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Correctly create interrupt key for PCI, which is the OpenFirmwarePeter Grehan2004-02-101-11/+17
* A syscons implementation using the 8-bit framebuffer set up byPeter Grehan2004-01-212-0/+746
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thePeter Grehan2003-03-031-19/+3
* Make ofw_pci_find_node() use the reg property instead of theBenno Rice2003-01-091-5/+5
* Add a pcib variant to allow us to fix up interrupt assignments.Benno Rice2003-01-091-0/+118