| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use Open Firmware to open the device and instead program its start | nwhitehorn | 2011-05-06 | 1 | -0/+31 |
* | Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a | marcel | 2011-02-02 | 1 | -4/+4 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 1 | -5/+13 |
* | Add a new quirk type so that the MacIO driver will assign memory resources | nwhitehorn | 2009-01-06 | 1 | -2/+8 |
* | Fix the OFW interrupt map parser to use its own idea of the number of interrupt | nwhitehorn | 2009-01-03 | 1 | -5/+3 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | nwhitehorn | 2008-12-15 | 1 | -0/+2 |
* | Add ADB support. This provides support for the external ADB bus on the PowerMac | nwhitehorn | 2008-10-26 | 1 | -0/+5 |
* | Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This | nwhitehorn | 2008-10-14 | 1 | -1/+3 |
* | Return an error code rather than ENXIO when both rman_init() and | kevlo | 2008-06-12 | 1 | -5/+10 |
* | Take into account the size of the interrupt cell. It's determined | marcel | 2008-04-26 | 1 | -13/+26 |
* | Apply missing s/rv/res/g in previous commit. | marcel | 2007-12-21 | 1 | -1/+1 |
* | MFamd64/ia64/i386: Only set the rman bus tags and handles in | jhb | 2007-12-20 | 1 | -2/+1 |
* | Redefine bus_space_tag_t on PowerPC from a 32-bit integral to | marcel | 2007-12-19 | 1 | -5/+1 |
* | Set the rid for any resource obtained from rman_resource_reserve. | imp | 2006-04-20 | 1 | -0/+1 |
* | Convert to use the recently introduced set of ofw_bus_gen_get_*() for | marius | 2005-12-03 | 1 | -88/+39 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 1 | -1/+1 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 1 | -53/+69 |
* | - Use the rman_get_* functions instead of reaching into struct resource. | marius | 2004-08-11 | 1 | -1/+0 |
* | Catch up with __RMAN_RESOURCE_VISIBLE change | grehan | 2004-07-01 | 1 | -0/+11 |
* | Catchup to now-required <sys/module.h> for PowerPC | grehan | 2004-06-25 | 1 | -0/+1 |
* | Allow the interrupt controller to be probed - this picks up the | grehan | 2003-06-29 | 1 | -1/+0 |
* | Remove sparse addressing hack. The macio ATA driver no longer requires | grehan | 2003-04-18 | 1 | -3/+0 |
* | - Add PCI ID for Paddington i/o controller, used in old G3's | grehan | 2003-03-20 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Add a driver that attaches to the gpio node of macio and allows you to enter | benno | 2003-02-06 | 1 | -1/+0 |
* | Add a cast to silence a warning. | benno | 2003-02-06 | 1 | -1/+1 |
* | If a device tries to allocate an interrupt that's not on it's resource list, | benno | 2003-02-06 | 1 | -0/+16 |
* | Rework of how memory resources are discovered and dealt with in macio. | benno | 2003-01-30 | 1 | -35/+65 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Allocate interrupts from the resource list. | benno | 2003-01-09 | 1 | -2/+4 |
* | - Remove the ignore list and replace it with a quirk list of sorts. | benno | 2003-01-09 | 1 | -22/+56 |
* | Driver for the macio south bridge, and ATA cell contained within. | grehan | 2002-09-19 | 1 | -0/+484 |