aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-029-301/+308
* Re-reading the Schizo errata suggests that it's actually tolerable toMarius Strobl2011-10-011-3/+3
* - Current testing shows that (ab)using the JBC performance counter in busMarius Strobl2011-07-121-13/+10
* - Add a missing shift in schizo_get_timecount(). This happened to be non-fatalMarius Strobl2011-07-121-3/+3
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-032-0/+2
* Allocate memory for a DMA method table only in case we need to overrideMarius Strobl2011-03-292-9/+18
* - A closer inspection of the OpenSolaris code indicates that the DMAMarius Strobl2011-03-262-158/+52
* - Merge the *_SET macros from fire(4) which generally print out theMarius Strobl2011-03-266-257/+308
* - Make a panic message better reflect the actual problem.Marius Strobl2011-03-191-13/+15
* In case reading PCIR_MINGNT fails don't use it for calculating theMarius Strobl2011-03-191-1/+1
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingMarius Strobl2011-03-123-6/+59
* Resurrect ofw_pci_if.m from r178578.Marius Strobl2011-02-211-0/+53
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericMarius Strobl2011-01-042-38/+5
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended forMarius Strobl2011-01-043-3/+3
* Convert drivers somehow missed in r200874 to multipass probing.Marius Strobl2010-11-152-2/+4
* Catch up to rename of the constant for the Master Data Parity Error bit inJohn Baldwin2010-09-091-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-184-4/+4
* - Enable DMA write parity error interrupts on Schizo with a workingMarius Strobl2010-05-143-41/+91
* Add missing copyright shebang.Marius Strobl2010-04-101-1/+1
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andMarius Strobl2010-04-101-0/+1074
* Use device_get_nameunit(9) rather than device_get_name(9) so one canMarius Strobl2010-03-312-5/+5
* Don't re-implement device_get_nameunit(9).Marius Strobl2010-03-311-14/+10