summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw/ofw_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-4/+4
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-6/+6
* Move RTAS PCI-specific interpretation of the "reg" property of the PCI hostnwhitehorn2016-01-181-4/+0
* Where appropriate, use the endian-flipping OF_getencprop() instead ofnwhitehorn2015-11-171-9/+10
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-3/+1
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-171-2/+1
* Configure interrupt sense based on device tree information. This extendsnwhitehorn2013-12-171-5/+11
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-231-1/+1
* Provide an interface for PCI bus drivers that need some of ofw_pci'snwhitehorn2013-10-211-2/+18
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratednwhitehorn2013-10-211-0/+7
* The bus resource adjustment API is not meant to work on active resources.nwhitehorn2012-02-071-16/+6
* Make sure to remap adjusted resources.nwhitehorn2012-02-051-1/+17
* Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. Withnwhitehorn2012-02-051-0/+28
* Unify OF PCI infrastructure, including changing from parsing the devicenwhitehorn2012-02-041-0/+501
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-141-229/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Correctly create interrupt key for PCI, which is the OpenFirmwaregrehan2004-02-101-11/+17
* Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thegrehan2003-03-031-19/+3
* Make ofw_pci_find_node() use the reg property instead of thebenno2003-01-091-5/+5
* OpenFirmware PCI support code.benno2002-07-091-0/+239
OpenPOWER on IntegriCloud