summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/ebus_mainbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-3/+3
* Convert %q to %ll in format stringsguenther2016-08-231-2/+2
* Store the target CPU in "struct intrhand" and use it in intr_barrier().kettenis2015-09-271-2/+2
* Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leafkettenis2012-08-171-28/+33
* Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@miod2010-11-111-2/+2
* Make ebus(4) work on sun4v.kettenis2008-04-031-15/+79
* Some cosmetic changes.kettenis2008-04-031-7/+7
* Only the most obvious bzero() -> M_ZERO changes. No cast changes, nokrw2007-09-171-3/+2
* Remove unused variable.kettenis2007-04-071-5/+1
* Fix interrupts.kettenis2007-04-051-14/+28
* Add support for ebus at mainbus, as found on machines with pyro(4) like thekettenis2007-04-041-0/+271