Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling | 2021-03-11 | 1 | -3/+3 | |
| | |||||
* | Convert %q to %ll in format strings | 2016-08-23 | 1 | -2/+2 | |
| | | | | ok natano@ krw@ | ||||
* | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | 2015-09-27 | 1 | -2/+2 | |
| | | | | | Also use it wherever we configure the hardware to direct interrupts to the right CPU. | ||||
* | Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leaf | 2012-08-17 | 1 | -28/+33 | |
| | | | | | on the v445 (compared to the v215/v245). Generalize the code to allow for arbitrary wirings. Makes the serial console on the v445 work. | ||||
* | Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@ | 2010-11-11 | 1 | -2/+2 | |
| | |||||
* | Make ebus(4) work on sun4v. | 2008-04-03 | 1 | -15/+79 | |
| | |||||
* | Some cosmetic changes. | 2008-04-03 | 1 | -7/+7 | |
| | |||||
* | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | 2007-09-17 | 1 | -3/+2 | |
| | | | | | MALLOC/FREE, etc. Just adding M_ZERO to malloc() and deleting an immediately adjacent bzero(). | ||||
* | Remove unused variable. | 2007-04-07 | 1 | -5/+1 | |
| | |||||
* | Fix interrupts. | 2007-04-05 | 1 | -14/+28 | |
| | |||||
* | Add support for ebus at mainbus, as found on machines with pyro(4) like the | 2007-04-04 | 1 | -0/+271 | |
v215. |