aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci/apb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-309/+0
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-5/+5
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-4/+4
* Update this driver to not save copies of registers that are no longer usedJohn Baldwin2015-04-241-8/+2
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-6/+6
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-021-5/+57
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+1
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericMarius Strobl2011-01-041-15/+2
* Don't re-implement device_get_nameunit(9).Marius Strobl2010-03-311-14/+10
* Enroll these drivers in multipass probing. The motivation behind thisMarius Strobl2009-12-221-1/+1
* Provide and consume missing module dependency information.Marius Strobl2009-12-211-0/+1
* - Sort device methods.Marius Strobl2009-03-191-2/+2
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-1/+0
* On sparc64 machines with multiple host-PCI-bridges these bridgesMarius Strobl2008-04-171-5/+7
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-0/+2
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-5/+2
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tMarius Strobl2005-12-031-6/+7
* Slightly reformat apb_alloc_resource() to create some horizontal spaceMarcel Moolenaar2005-04-281-44/+43
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-1/+4
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-031-0/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-081-53/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCIThomas Moestl2003-07-011-116/+66
* Hardwire APB's PCI buses down. If we don't do this, pciconf -l returnsJohn-Mark Gurney2003-06-131-5/+2
* Make the OpenFirmware interrupt mapping code more generic, to reduceThomas Moestl2002-03-241-3/+23
* Do not include pcib.h, which only existed in my development tree, and doThomas Moestl2001-12-301-2/+1
* Make the apb driver independent of the standard PCI bridge driver.Thomas Moestl2001-12-211-30/+82
* Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmwareThomas Moestl2001-11-091-0/+303