summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Announce the speed of the PCI bus for informational purpose.marius2008-08-241-3/+6
* The PCI specifications don't explain the details on how to calculatemarius2008-08-241-20/+58
* cosmetic changes and style fixesmarius2008-08-223-24/+31
* - Use the name returned by device_get_nameunit(9) for the name of themarius2008-05-071-25/+19
* Remove an header which is unused for sun4v.marius2008-05-021-1/+3
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-263-74/+0
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-231-3/+15
* On sparc64 machines with multiple host-PCI-bridges these bridgesmarius2008-04-178-149/+21
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Fix a non-fatal off-by-one error in the previous revision.marius2007-12-011-1/+1
* - Add the PCI side of the HOST-PCI bridge itself to the bus. Thismarius2007-11-303-14/+76
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-4/+12
* - Use the actual clock frequency of the PCI bus instead of assumingmarius2007-09-261-17/+16
* o Revamp the sparc64 interrupt code in order to be able to interfacemarius2007-09-062-172/+215
OpenPOWER on IntegriCloud