summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/macio.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent an error resulting from signed/unsigned comparison on systemsnwhitehorn2012-01-201-1/+1
* Do not use Open Firmware to open the device and instead program its startnwhitehorn2011-05-061-0/+31
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-021-4/+4
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-181-5/+13
* Add a new quirk type so that the MacIO driver will assign memory resourcesnwhitehorn2009-01-061-2/+8
* Fix the OFW interrupt map parser to use its own idea of the number of interruptnwhitehorn2009-01-031-5/+3
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-0/+2
* Add ADB support. This provides support for the external ADB bus on the PowerMacnwhitehorn2008-10-261-0/+5
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-141-1/+3
* Return an error code rather than ENXIO when both rman_init() andkevlo2008-06-121-5/+10
* Take into account the size of the interrupt cell. It's determinedmarcel2008-04-261-13/+26
* Apply missing s/rv/res/g in previous commit.marcel2007-12-211-1/+1
* MFamd64/ia64/i386: Only set the rman bus tags and handles injhb2007-12-201-2/+1
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-191-5/+1
* Set the rid for any resource obtained from rman_resource_reserve.imp2006-04-201-0/+1
* Convert to use the recently introduced set of ofw_bus_gen_get_*() formarius2005-12-031-88/+39
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-53/+69
* - Use the rman_get_* functions instead of reaching into struct resource.marius2004-08-111-1/+0
* Catch up with __RMAN_RESOURCE_VISIBLE changegrehan2004-07-011-0/+11
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
* Allow the interrupt controller to be probed - this picks up thegrehan2003-06-291-1/+0
* Remove sparse addressing hack. The macio ATA driver no longer requiresgrehan2003-04-181-3/+0
* - Add PCI ID for Paddington i/o controller, used in old G3'sgrehan2003-03-201-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Add a driver that attaches to the gpio node of macio and allows you to enterbenno2003-02-061-1/+0
* Add a cast to silence a warning.benno2003-02-061-1/+1
* If a device tries to allocate an interrupt that's not on it's resource list,benno2003-02-061-0/+16
* Rework of how memory resources are discovered and dealt with in macio.benno2003-01-301-35/+65
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Allocate interrupts from the resource list.benno2003-01-091-2/+4
* - Remove the ignore list and replace it with a quirk list of sorts.benno2003-01-091-22/+56
* Driver for the macio south bridge, and ATA cell contained within.grehan2002-09-191-0/+484
OpenPOWER on IntegriCloud