summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC: r287726marius2015-12-2711-975/+620
* MFC r281930 by jhb:emaste2015-06-161-8/+2
* MFC 261790:jhb2015-04-011-6/+6
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-144-8/+4
* MFC r262613:dim2014-03-261-2/+2
* MFC r262472:dim2014-02-281-1/+1
* 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
* - Make a panic message better reflect the actual problem.marius2011-03-191-13/+15
* In case reading PCIR_MINGNT fails don't use it for calculating themarius2011-03-191-1/+1
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-123-6/+59
* Resurrect ofw_pci_if.m from r178578.marius2011-02-211-0/+53
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericmarius2011-01-042-38/+5
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-043-3/+3
* Convert drivers somehow missed in r200874 to multipass probing.marius2010-11-152-2/+4
* Catch up to rename of the constant for the Master Data Parity Error bit injhb2010-09-091-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-184-4/+4
* - Enable DMA write parity error interrupts on Schizo with a workingmarius2010-05-143-41/+91
* Add missing copyright shebang.marius2010-04-101-1/+1
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andmarius2010-04-101-0/+1074
* Use device_get_nameunit(9) rather than device_get_name(9) so one canmarius2010-03-312-5/+5
* Don't re-implement device_get_nameunit(9).marius2010-03-311-14/+10
* - Take advantage of the INTCLR_* macros.marius2010-03-312-18/+18
* - Add quirk handling for Sun Fire V1280. The firmware of these machinesmarius2010-03-172-5/+29
* - 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
OpenPOWER on IntegriCloud