summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/uninorth.c
Commit message (Expand)AuthorAgeFilesLines
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-021-5/+5
* Remove unused variables. Spotted by a cppcheckandreast2011-01-061-3/+0
* Change the default interrupt polarity on PowerPC systems from high to low.nwhitehorn2010-06-181-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-181-3/+11
* Add Open Firmware PNP info strings to GPIOs and Uninorth cells.nwhitehorn2010-06-061-0/+2
* Add support for the U4 PCI-Express bridge chipset used in late-generationnwhitehorn2010-05-161-464/+378
* Let unin(4) attach to U3 controllers found on G5 machines.nwhitehorn2010-03-201-5/+10
* Fix the OFW interrupt map parser to use its own idea of the number of interruptnwhitehorn2009-01-031-11/+4
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-3/+28
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-141-24/+77
* Return an error code rather than ENXIO when both rman_init() andkevlo2008-06-121-11/+11
* 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/+3
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-1/+3
* When writing to PCI configuration registers, don't immediatelymarcel2007-04-011-3/+0
* Set the rid for any resource obtained from rman_resource_reserve.imp2006-04-201-0/+1
* The end values passed to rman_manage_region() for PCI i/o and memgrehan2005-05-291-2/+2
* - allow a device hint to disable probing a slot on a Uninorth PCI bus.grehan2005-01-111-5/+12
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add support for i/o-ports. This was cut and pasted from grackle.cgallatin2004-09-261-3/+26
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-2/+2
* - 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/+1
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
* Remove sparse addressing hack. The macio ATA driver no longer requiresgrehan2003-04-181-2/+0
* - probe the UniNorth chip in addition to the PCI bridgesgrehan2002-09-191-3/+114
* Remove some dead code.benno2002-07-101-30/+0
* Remove some unused includes.benno2002-07-101-1/+0
* Driver for the Apple UniNorth Host-PCI bridge.benno2002-07-091-0/+491
OpenPOWER on IntegriCloud