summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* Given that this is a host-PCI-Express bridge driver, create the parentmarius2012-03-241-1/+1
* 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
* As it turns out r227960 may still be insufficient with PREEMPTIONmarius2012-01-282-16/+42
* Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used bymarius2011-11-241-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-223-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-224-11/+6
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-029-301/+308
* Re-reading the Schizo errata suggests that it's actually tolerable tomarius2011-10-011-3/+3
* - Current testing shows that (ab)using the JBC performance counter in busmarius2011-07-121-13/+10
* - Add a missing shift in schizo_get_timecount(). This happened to be non-fatalmarius2011-07-121-3/+3
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-032-0/+2
* Allocate memory for a DMA method table only in case we need to overridemarius2011-03-292-9/+18
* - A closer inspection of the OpenSolaris code indicates that the DMAmarius2011-03-262-158/+52
* - Merge the *_SET macros from fire(4) which generally print out themarius2011-03-266-257/+308
* - Make a panic message better reflect the actual problem.marius2011-03-191-13/+15
* In case reading PCIR_MINGNT fails don't use it for calculating themarius2011-03-191-1/+1
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-123-6/+59
* Resurrect ofw_pci_if.m from r178578.marius2011-02-211-0/+53
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericmarius2011-01-042-38/+5
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-043-3/+3
* Convert drivers somehow missed in r200874 to multipass probing.marius2010-11-152-2/+4
* Catch up to rename of the constant for the Master Data Parity Error bit injhb2010-09-091-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-184-4/+4
* - Enable DMA write parity error interrupts on Schizo with a workingmarius2010-05-143-41/+91
* Add missing copyright shebang.marius2010-04-101-1/+1
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andmarius2010-04-101-0/+1074
* Use device_get_nameunit(9) rather than device_get_name(9) so one canmarius2010-03-312-5/+5
* Don't re-implement device_get_nameunit(9).marius2010-03-311-14/+10
* - Take advantage of the INTCLR_* macros.marius2010-03-312-18/+18
* - Add quirk handling for Sun Fire V1280. The firmware of these machinesmarius2010-03-172-5/+29
* - Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panicmarius2010-01-271-3/+3
* When setting up MSIs with a filter ensure that the event queue interruptmarius2010-01-101-2/+10
* - According to OpenSolaris it's sufficient to align the MSIs of amarius2010-01-101-52/+95
* - Preserve the PROM IOMMU in order to allow OFW drivers to continue tomarius2010-01-024-4/+25
* - Remove a redundant variable and an unnecessary cast.marius2009-12-291-6/+5
* - Prefer i and j over i and n for temporary integer variables.marius2009-12-292-111/+120
* Account for firmware versions which include the CDMA interrupts inmarius2009-12-281-19/+32
* Add a driver for the `Fire' JBus to PCIe bridges found in at leastmarius2009-12-273-0/+3224
* - Hook up the default implementations of the MSI/MSI-X pcib_if methodsmarius2009-12-251-2/+39
* Merge from amd64/i386:marius2009-12-242-0/+28
* - Add quirk handling for ALi M5229, mainly setting the magic "forcemarius2009-12-231-3/+24
* - Sort the prototypes.marius2009-12-231-24/+23
* Add structures for OFW MSI/MSI-X support. These are identical formarius2009-12-231-0/+25
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-223-3/+5
* Provide and consume missing module dependency information.marius2009-12-212-0/+2
* Factor out the duplicated macro for the device type used in themarius2009-09-133-6/+6
* Bring the implementation of the pnpinfo string function more inmarius2009-03-191-8/+6
* - Ensure we find no unexpected partner.marius2009-03-192-53/+60
OpenPOWER on IntegriCloud