summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Take advantage of KOBJMETHOD_END.marius2009-03-191-9/+13
* Take advantage of KOBJMETHOD_END.marius2009-03-191-1/+1
* - Sort device methods.marius2009-03-192-4/+4
* - Failing to register as interrupt controller during attach shouldn'tmarius2008-12-181-10/+35
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-157-7/+19
* - According to OpenSolaris, CDMA flushing/syncing for Tomatillosmarius2008-11-203-70/+213
* - Turn off interrupts instead of only entering a critical sectionmarius2008-10-281-14/+10
* Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'marius2008-09-283-0/+1649
* Clear any possibly pending PCI error bits left by the firmware. Thesemarius2008-09-182-64/+56
OpenPOWER on IntegriCloud