summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/apb.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281930 by jhb:emaste2015-06-161-8/+2
* MFC 261790:jhb2015-04-011-6/+6
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-021-5/+57
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-031-0/+1
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericmarius2011-01-041-15/+2
* Don't re-implement device_get_nameunit(9).marius2010-03-311-14/+10
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-221-1/+1
* Provide and consume missing module dependency information.marius2009-12-211-0/+1
* - Sort device methods.marius2009-03-191-2/+2
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-1/+0
* On sparc64 machines with multiple host-PCI-bridges these bridgesmarius2008-04-171-5/+7
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+2
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-061-5/+2
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-031-6/+7
* Slightly reformat apb_alloc_resource() to create some horizontal spacemarcel2005-04-281-44/+43
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-1/+4
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-081-53/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-011-116/+66
* Hardwire APB's PCI buses down. If we don't do this, pciconf -l returnsjmg2003-06-131-5/+2
* Make the OpenFirmware interrupt mapping code more generic, to reducetmm2002-03-241-3/+23
* Do not include pcib.h, which only existed in my development tree, and dotmm2001-12-301-2/+1
* Make the apb driver independent of the standard PCI bridge driver.tmm2001-12-211-30/+82
* Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmwaretmm2001-11-091-0/+303
OpenPOWER on IntegriCloud