aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Mark psycho interrupts as MPSAFE. It's safe to do so now that we don'tWarner Losh2018-03-211-1/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2716-0/+32
* Fix a bug introduced as part of r287726; use the right device_t forMarius Strobl2017-04-291-7/+7
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Include pcib_private.h for prototypes.Warner Losh2017-02-263-0/+3
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-255-0/+5
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-3/+3
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-181-2/+2
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-271-2/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-4/+15
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-5/+5
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-276-12/+12
* - Factor out the common and generic parts of the sparc64 host-PCI-bridgeMarius Strobl2015-09-1211-966/+614
* Update this driver to not save copies of registers that are no longer usedJohn Baldwin2015-04-241-8/+2
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Revert unrelated changes accidentally committed in r271192.John Baldwin2014-09-171-13/+7
* Create a separate structure for per-CPU state saved across suspend andJohn Baldwin2014-09-061-7/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Merge from head up to r262472.Dimitry Andric2014-02-251-1/+1
|\
| * Make sure a for loop in fire_alloc_msix() terminates, by making the loopDimitry Andric2014-02-251-1/+1
* | Remove more superfluous const specifiers.Dimitry Andric2014-02-231-2/+2
|/
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-6/+6
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-174-8/+4
* Move the implementation of bus_space_barrier(9) to the inline function inMarius Strobl2013-10-243-18/+9
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-9/+15
* Correct two spelling mistakes in a comment.Gavin Atkinson2013-03-071-1/+1
* Revert the part of r247600 which turned the overtemperature and power failMarius Strobl2013-03-021-18/+16
* - While Netra X1 generally show no ill effects when registering a powerMarius Strobl2013-03-021-27/+44
* - In sbbc_pci_attach() just pass the already obtained bus tag and handleMarius Strobl2013-03-011-4/+3
* - Remove an unused header.Marius Strobl2013-03-011-6/+41
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-053-4/+4
* Add a global MD macro for the VIS block size instead of duplicatingMarius Strobl2012-08-312-4/+0
* - Remove erroneous trailing semicolon. [1]Marius Strobl2012-03-302-2/+10
* Given that this is a host-PCI-Express bridge driver, create the parentMarius Strobl2012-03-241-1/+1
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin2012-03-021-5/+6
* As it turns out r227960 may still be insufficient with PREEMPTIONMarius Strobl2012-01-282-16/+42
* Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used byMarius Strobl2011-11-241-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-223-3/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-224-11/+6