aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
...
* - Take advantage of the INTCLR_* macros.Marius Strobl2010-03-312-18/+18
* - Add quirk handling for Sun Fire V1280. The firmware of these machinesMarius Strobl2010-03-172-5/+29
* - Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panicMarius Strobl2010-01-271-3/+3
* When setting up MSIs with a filter ensure that the event queue interruptMarius Strobl2010-01-101-2/+10
* - According to OpenSolaris it's sufficient to align the MSIs of aMarius Strobl2010-01-101-52/+95
* - Preserve the PROM IOMMU in order to allow OFW drivers to continue toMarius Strobl2010-01-024-4/+25
* - Remove a redundant variable and an unnecessary cast.Marius Strobl2009-12-291-6/+5
* - Prefer i and j over i and n for temporary integer variables.Marius Strobl2009-12-292-111/+120
* Account for firmware versions which include the CDMA interrupts inMarius Strobl2009-12-281-19/+32
* Add a driver for the `Fire' JBus to PCIe bridges found in at leastMarius Strobl2009-12-273-0/+3224
* - Hook up the default implementations of the MSI/MSI-X pcib_if methodsMarius Strobl2009-12-251-2/+39
* Merge from amd64/i386:Marius Strobl2009-12-242-0/+28
* - Add quirk handling for ALi M5229, mainly setting the magic "forceMarius Strobl2009-12-231-3/+24
* - Sort the prototypes.Marius Strobl2009-12-231-24/+23
* Add structures for OFW MSI/MSI-X support. These are identical forMarius Strobl2009-12-231-0/+25
* Enroll these drivers in multipass probing. The motivation behind thisMarius Strobl2009-12-223-3/+5
* Provide and consume missing module dependency information.Marius Strobl2009-12-212-0/+2
* Factor out the duplicated macro for the device type used in theMarius Strobl2009-09-133-6/+6
* Bring the implementation of the pnpinfo string function more inMarius Strobl2009-03-191-8/+6
* - Ensure we find no unexpected partner.Marius Strobl2009-03-192-53/+60
* - Take advantage of KOBJMETHOD_END.Marius Strobl2009-03-191-9/+13
* Take advantage of KOBJMETHOD_END.Marius Strobl2009-03-191-1/+1
* - Sort device methods.Marius Strobl2009-03-192-4/+4
* - Failing to register as interrupt controller during attach shouldn'tMarius Strobl2008-12-181-10/+35
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-157-7/+19
* - According to OpenSolaris, CDMA flushing/syncing for TomatillosMarius Strobl2008-11-203-70/+213
* - Turn off interrupts instead of only entering a critical sectionMarius Strobl2008-10-281-14/+10
* Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'Marius Strobl2008-09-283-0/+1649
* Clear any possibly pending PCI error bits left by the firmware. TheseMarius Strobl2008-09-182-64/+56
* Announce the speed of the PCI bus for informational purpose.Marius Strobl2008-08-241-3/+6
* The PCI specifications don't explain the details on how to calculateMarius Strobl2008-08-241-20/+58
* cosmetic changes and style fixesMarius Strobl2008-08-223-24/+31
* - Use the name returned by device_get_nameunit(9) for the name of theMarius Strobl2008-05-071-25/+19
* Remove an header which is unused for sun4v.Marius Strobl2008-05-021-1/+3
* Remove the MD isa_irq_pending() and the underlying PCI-specificMarius Strobl2008-04-263-74/+0
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsMarius Strobl2008-04-231-3/+15
* On sparc64 machines with multiple host-PCI-bridges these bridgesMarius Strobl2008-04-178-149/+21
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Fix a non-fatal off-by-one error in the previous revision.Marius Strobl2007-12-011-1/+1
* - Add the PCI side of the HOST-PCI bridge itself to the bus. ThisMarius Strobl2007-11-303-14/+76
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-303-4/+12
* - Use the actual clock frequency of the PCI bus instead of assumingMarius Strobl2007-09-261-17/+16
* o Revamp the sparc64 interrupt code in order to be able to interfaceMarius Strobl2007-09-062-172/+215
* - Divorce the IOTSBs, which so far where handled via a global listMarius Strobl2007-08-052-7/+16
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,Marius Strobl2007-06-185-97/+55
* For sun4u also add PCI busses with a device unit number of -1Marius Strobl2007-06-181-8/+1
* Remove unused softc.Marius Strobl2007-06-171-6/+2
* - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(),Marius Strobl2007-06-162-60/+54
* Teach the bridge wrapper how to handle the filter+ithread case.Paolo Pisati2007-06-061-11/+24
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,Marius Strobl2007-05-201-2/+2