summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC: r317578marius2017-05-141-7/+7
* MFC r303891, r303892:pfg2016-09-081-3/+3
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-181-2/+2
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-271-2/+1
* Implement a PCI bus rescan method.jhb2016-04-271-0/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-4/+15
* Convert pci_delete_child() to a bus_child_deleted() method.jhb2016-04-061-0/+12
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-5/+5
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-276-12/+12
* - Factor out the common and generic parts of the sparc64 host-PCI-bridgemarius2015-09-1211-966/+614
* Update this driver to not save copies of registers that are no longer usedjhb2015-04-241-8/+2
* Add support for the uart classes to set their default register shift value.andrew2015-04-111-1/+2
* Revert unrelated changes accidentally committed in r271192.jhb2014-09-171-13/+7
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-7/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Merge from head up to r262472.dim2014-02-251-1/+1
|\
| * Make sure a for loop in fire_alloc_msix() terminates, by making the loopdim2014-02-251-1/+1
* | Remove more superfluous const specifiers.dim2014-02-231-2/+2
|/
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-121-6/+6
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-174-8/+4
* Move the implementation of bus_space_barrier(9) to the inline function inmarius2013-10-243-18/+9
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-9/+15
* Correct two spelling mistakes in a comment.gavin2013-03-071-1/+1
* Revert the part of r247600 which turned the overtemperature and power failmarius2013-03-021-18/+16
* - While Netra X1 generally show no ill effects when registering a powermarius2013-03-021-27/+44
* - In sbbc_pci_attach() just pass the already obtained bus tag and handlemarius2013-03-011-4/+3
* - Remove an unused header.marius2013-03-011-6/+41
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-053-4/+4
* Add a global MD macro for the VIS block size instead of duplicatingmarius2012-08-312-4/+0
* - Remove erroneous trailing semicolon. [1]marius2012-03-302-2/+10
* 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
OpenPOWER on IntegriCloud