summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/vbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework vbus(4) interrupt handling to be similar to cbus(4). Expose functionskettenis2018-06-271-11/+34
* If we use the cookie-based interrupt API on sun4v, whe shouldn't put thekettenis2017-12-221-3/+3
* Implement support for using interrupt cookies in vbus(4) and vpci(4) askettenis2017-12-061-6/+19
* Store the target CPU in "struct intrhand" and use it in intr_barrier().kettenis2015-09-271-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commitkettenis2013-07-161-1/+4
* Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@miod2010-11-111-2/+2
* Pass down bus_dma tag.kettenis2008-12-301-1/+4
* Use the correct sizeof for the _ca.art2008-11-101-2/+2
* Add interrupt support.kettenis2008-10-121-1/+151
* Virtual bus for virtual devices on sun4v.kettenis2008-03-081-0/+94