aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci/ofw_pcibus.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-368/+0
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-4/+15
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin2012-03-021-5/+6
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* - Merge the *_SET macros from fire(4) which generally print out theMarius Strobl2011-03-261-0/+1
* In case reading PCIR_MINGNT fails don't use it for calculating theMarius Strobl2011-03-191-1/+1
* - Add quirk handling for ALi M5229, mainly setting the magic "forceMarius Strobl2009-12-231-3/+24
* - Sort the prototypes.Marius Strobl2009-12-231-24/+23
* Enroll these drivers in multipass probing. The motivation behind thisMarius Strobl2009-12-221-1/+2
* Bring the implementation of the pnpinfo string function more inMarius Strobl2009-03-191-8/+6
* Take advantage of KOBJMETHOD_END.Marius Strobl2009-03-191-1/+1
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-1/+18
* The PCI specifications don't explain the details on how to calculateMarius Strobl2008-08-241-20/+58
* cosmetic changes and style fixesMarius Strobl2008-08-221-19/+21
* Remove an header which is unused for sun4v.Marius Strobl2008-05-021-1/+3
* On sparc64 machines with multiple host-PCI-bridges these bridgesMarius Strobl2008-04-171-4/+0
* - Add the PCI side of the HOST-PCI bridge itself to the bus. ThisMarius Strobl2007-11-301-0/+13
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-4/+7
* - Use the actual clock frequency of the PCI bus instead of assumingMarius Strobl2007-09-261-17/+16
* Remove unused softc.Marius Strobl2007-06-171-6/+2
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,Marius Strobl2007-05-201-2/+2
* In ofw_pcibus_attach() skip dupe PCI devices reported by theMarius Strobl2007-01-081-0/+2
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-091-2/+8
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericJohn Baldwin2006-01-201-35/+3
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedJohn Baldwin2005-12-201-0/+1
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tMarius Strobl2005-12-031-1/+3
* - Convert these bus drivers to make use of the newly introduced set ofMarius Strobl2005-11-221-80/+27
* fix kldloading of pci driver modules after boot on sparc64... sinceJohn-Mark Gurney2005-03-231-1/+1
* At least on some U30 there's a spurious duplicate device node of an EBusMarius Strobl2005-01-201-5/+12
* Correct some uses of the wrong members of the *min()/*max()-familiy, e.g.Marius Strobl2004-08-151-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-9/+67
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCIThomas Moestl2003-07-011-0/+264