summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/ofw_pcibus.c
Commit message (Expand)AuthorAgeFilesLines
* 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