summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/fire.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r303891, r303892:pfg2016-09-081-3/+3
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+1
* - Factor out the common and generic parts of the sparc64 host-PCI-bridgemarius2015-09-121-299/+33
* Make sure a for loop in fire_alloc_msix() terminates, by making the loopdim2014-02-251-1/+1
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-171-2/+1
* Move the implementation of bus_space_barrier(9) to the inline function inmarius2013-10-241-6/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* Add a global MD macro for the VIS block size instead of duplicatingmarius2012-08-311-2/+0
* - Remove erroneous trailing semicolon. [1]marius2012-03-301-2/+3
* Given that this is a host-PCI-Express bridge driver, create the parentmarius2012-03-241-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-021-92/+67
* - Current testing shows that (ab)using the JBC performance counter in busmarius2011-07-121-13/+10
* - Make a panic message better reflect the actual problem.marius2011-03-191-13/+15
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-041-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-181-1/+1
* - 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
* - Remove a redundant variable and an unnecessary cast.marius2009-12-291-6/+5
* Add a driver for the `Fire' JBus to PCIe bridges found in at leastmarius2009-12-271-0/+2122
OpenPOWER on IntegriCloud