summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/ofw_pcibus.c
Commit message (Expand)AuthorAgeFilesLines
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-151-1/+1
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-021-5/+6
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* - Merge the *_SET macros from fire(4) which generally print out themarius2011-03-261-0/+1
* In case reading PCIR_MINGNT fails don't use it for calculating themarius2011-03-191-1/+1
* - Add quirk handling for ALi M5229, mainly setting the magic "forcemarius2009-12-231-3/+24
* - Sort the prototypes.marius2009-12-231-24/+23
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-221-1/+2
* Bring the implementation of the pnpinfo string function more inmarius2009-03-191-8/+6
* Take advantage of KOBJMETHOD_END.marius2009-03-191-1/+1
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-1/+18
* The PCI specifications don't explain the details on how to calculatemarius2008-08-241-20/+58
* cosmetic changes and style fixesmarius2008-08-221-19/+21
* Remove an header which is unused for sun4v.marius2008-05-021-1/+3
* On sparc64 machines with multiple host-PCI-bridges these bridgesmarius2008-04-171-4/+0
* - Add the PCI side of the HOST-PCI bridge itself to the bus. Thismarius2007-11-301-0/+13
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-4/+7
* - Use the actual clock frequency of the PCI bus instead of assumingmarius2007-09-261-17/+16
* Remove unused softc.marius2007-06-171-6/+2
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-201-2/+2
* In ofw_pcibus_attach() skip dupe PCI devices reported by themarius2007-01-081-0/+2
* kernel clean up to make the sun4v kernel buildkmacy2006-10-091-2/+8
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericjhb2006-01-201-35/+3
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-0/+1
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-031-1/+3
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-221-80/+27
* fix kldloading of pci driver modules after boot on sparc64... sincejmg2005-03-231-1/+1
* At least on some U30 there's a spurious duplicate device node of an EBusmarius2005-01-201-5/+12
* Correct some uses of the wrong members of the *min()/*max()-familiy, e.g.marius2004-08-151-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-9/+67
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-011-0/+264
OpenPOWER on IntegriCloud