| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove sparc64 kernel support | Warner Losh | 2020-02-03 | 1 | -309/+0 |
* | sys/sparc64: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Convert PCIe Hot Plug to using pci_request_feature | Warner Losh | 2017-02-25 | 1 | -0/+1 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -5/+5 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -4/+4 |
* | Update this driver to not save copies of registers that are no longer used | John Baldwin | 2015-04-24 | 1 | -8/+2 |
* | Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge | John Baldwin | 2014-02-12 | 1 | -6/+6 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | Marius Strobl | 2011-11-22 | 1 | -1/+1 |
* | Make sparc64 compatible with NEW_PCIB and enable it: | Marius Strobl | 2011-10-02 | 1 | -5/+57 |
* | Reimplement how PCI-PCI bridges manage their I/O windows. Previously the | John Baldwin | 2011-05-03 | 1 | -0/+1 |
* | Inherit the APB and the generic OFW PCI-PCI bridge driver from the generic | Marius Strobl | 2011-01-04 | 1 | -15/+2 |
* | Don't re-implement device_get_nameunit(9). | Marius Strobl | 2010-03-31 | 1 | -14/+10 |
* | Enroll these drivers in multipass probing. The motivation behind this | Marius Strobl | 2009-12-22 | 1 | -1/+1 |
* | Provide and consume missing module dependency information. | Marius Strobl | 2009-12-21 | 1 | -0/+1 |
* | - Sort device methods. | Marius Strobl | 2009-03-19 | 1 | -2/+2 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | Nathan Whitehorn | 2008-12-15 | 1 | -1/+0 |
* | On sparc64 machines with multiple host-PCI-bridges these bridges | Marius Strobl | 2008-04-17 | 1 | -5/+7 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 1 | -0/+2 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | John Baldwin | 2006-01-06 | 1 | -5/+2 |
* | - Adhere style(9) (don't use function calls in initializers, use uintXX_t | Marius Strobl | 2005-12-03 | 1 | -6/+7 |
* | Slightly reformat apb_alloc_resource() to create some horizontal space | Marcel Moolenaar | 2005-04-28 | 1 | -44/+43 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 1 | -1/+4 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | Poul-Henning Kamp | 2004-06-03 | 1 | -0/+1 |
* | - Remove the old sparc64 OFW PCI code (as opposed to the former | Marius Strobl | 2004-05-08 | 1 | -53/+3 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -3/+3 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | Thomas Moestl | 2003-07-01 | 1 | -116/+66 |
* | Hardwire APB's PCI buses down. If we don't do this, pciconf -l returns | John-Mark Gurney | 2003-06-13 | 1 | -5/+2 |
* | Make the OpenFirmware interrupt mapping code more generic, to reduce | Thomas Moestl | 2002-03-24 | 1 | -3/+23 |
* | Do not include pcib.h, which only existed in my development tree, and do | Thomas Moestl | 2001-12-30 | 1 | -2/+1 |
* | Make the apb driver independent of the standard PCI bridge driver. | Thomas Moestl | 2001-12-21 | 1 | -30/+82 |
* | Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmware | Thomas Moestl | 2001-11-09 | 1 | -0/+303 |