| Commit message (Expand) | Author | Age | Files | Lines |
* | Add better error handling for RTAS calls. These can potentially cause | nwhitehorn | 2011-06-26 | 1 | -1/+18 |
* | Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64) | nwhitehorn | 2011-06-23 | 1 | -6/+8 |
* | Retry the memory map-related portions of r222613, written by andreast, | nwhitehorn | 2011-06-04 | 1 | -26/+145 |
* | Temporarily back out those parts of r222613 related to parsing the memory | nwhitehorn | 2011-06-02 | 1 | -144/+25 |
* | MFpseries: | nwhitehorn | 2011-06-02 | 6 | -42/+905 |
* | Fix whitespace nit. | nwhitehorn | 2011-03-09 | 1 | -1/+1 |
* | Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a | marcel | 2011-02-02 | 2 | -4/+4 |
* | Fix null string handling in ofw_real_nextprop function. Pass the right | andreast | 2011-01-05 | 1 | -4/+10 |
* | Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open Firmware | nwhitehorn | 2010-11-12 | 1 | -0/+661 |
* | Map the Open Firmware framebuffer console with write combining turned on, | nwhitehorn | 2010-10-01 | 1 | -13/+27 |
* | Change OF_interpret() to also take an array of cell_t (missed in r209801). | marius | 2010-09-11 | 1 | -4/+3 |
* | Make ofw_syscons work on 64-bit systems. | nwhitehorn | 2010-07-08 | 1 | -3/+3 |
* | Fix several bugs in the real-mode Open Firmware implementation and provide | nwhitehorn | 2010-07-08 | 1 | -157/+325 |
* | Change the argument type to OF_call_method to take an array of cell_t | nwhitehorn | 2010-07-08 | 1 | -4/+3 |
* | Add MSI support for PCI devices attached to the CPC925 and CPC945 bridges | nwhitehorn | 2010-06-18 | 1 | -0/+5 |
* | Change the default interrupt polarity on PowerPC systems from high to low. | nwhitehorn | 2010-06-18 | 1 | -10/+22 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 2 | -11/+28 |
* | Modify the console mouse pointer drawing routine to use single-byte writes | nwhitehorn | 2010-06-15 | 1 | -17/+4 |
* | Prepare and extend OFW layer for FDT support. | raj | 2010-05-28 | 1 | -2/+3 |
* | Pull OF_quiesce() out of the MI Open Firmware layer and entirely into | nwhitehorn | 2010-05-16 | 1 | -23/+0 |
* | Relocate interrupt sense setting for K2 SATA from the ATA driver to the | nwhitehorn | 2010-05-16 | 1 | -8/+25 |
* | On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce the | nwhitehorn | 2010-05-16 | 1 | -0/+23 |
* | With r205496 in place we should ensure that nargs and nreturns are always | marius | 2010-04-02 | 1 | -0/+6 |
* | Set hw.ofwfb.relax_mmap=1 by default. While these checks may be a good | nwhitehorn | 2010-03-28 | 1 | -2/+2 |
* | Do not declare the various OFW command buffers static. It does not | nwhitehorn | 2010-03-23 | 1 | -23/+23 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -2/+2 |
* | strict kobj signatures: some ofw_setprop fixes | avg | 2009-06-11 | 1 | -4/+4 |
* | Introduce support for cpufreq on PowerPC with the dynamic frequency | nwhitehorn | 2009-05-31 | 1 | -0/+206 |
* | Add an Open Firmware access module for real-mode OF accesses to the PowerPC | nwhitehorn | 2009-04-05 | 1 | -0/+922 |
* | Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode | nwhitehorn | 2009-04-04 | 1 | -11/+22 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | nwhitehorn | 2008-12-15 | 2 | -189/+228 |
* | Allow OFW syscons to restore itself when the X server exits or there is a VT ... | nwhitehorn | 2008-12-13 | 1 | -26/+38 |
* | Add support for a console mouse pointer on Open Firmware syscons. | nwhitehorn | 2008-12-13 | 2 | -1/+85 |
* | Prevent the OF syscons module from trying to attach to real devices on the | nwhitehorn | 2008-10-15 | 1 | -0/+5 |
* | Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This | nwhitehorn | 2008-10-14 | 5 | -287/+377 |
* | Improve rev 183168, so that if /chosen/stdout is connected to the serial | sobomax | 2008-09-23 | 1 | -6/+5 |
* | When attaching framebuffer to "/chosen/stdout" node fails, try attaching | sobomax | 2008-09-19 | 1 | -2/+10 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 1 | -5/+3 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 1 | -7/+5 |
* | Remove unnecessary and alarming printf. | grehan | 2005-08-16 | 1 | -1/+1 |
* | Quick hack-o-rama to allow the Xorg Radeon driver to start up. It | grehan | 2005-05-21 | 1 | -0/+13 |
* | Optimize putc routine to write 2 ints instead of 8 chars to uncached | grehan | 2005-03-19 | 1 | -14/+41 |
* | Mods for Xorg server: | grehan | 2005-02-25 | 2 | -6/+113 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 2 | -2/+2 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 1 | -1/+1 |
* | Advertise that color is supported so that syscons doesn't come up | grehan | 2004-08-16 | 1 | -2/+2 |
* | Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painful | grehan | 2004-07-06 | 2 | -29/+130 |
* | Catchup to now-required <sys/module.h> for PowerPC | grehan | 2004-06-25 | 2 | -0/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Correctly create interrupt key for PCI, which is the OpenFirmware | grehan | 2004-02-10 | 1 | -11/+17 |