created | 2019-05-08T04:12:47Z |
---|---|
begin | 2017-12-22T00:00:00Z |
end | 2017-12-23T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2017-12-22T15:21:04Z | |||
---|---|---|---|---|
author | bru | |||
files | src/sys/dev/wscons/wstpad.c | log | diff | annotate |
message |
1. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge area setup. |
date | 2017-12-22T15:52:36Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/sparc64/dev/vbus.c | log | diff | annotate |
src/sys/arch/sparc64/dev/vpci.c | log | diff | annotate | |
src/sys/arch/sparc64/sparc64/intr.c | log | diff | annotate | |
message |
If we use the cookie-based interrupt API on sun4v, whe shouldn't put the interrupts in the lookup table. On machines like the Oracle T7-2 this would make the code believe that there is interrupt sharing, but since we bypass intr_list_handler() when using the cookie-based interrupt API, we wouldn't properly acknowledge the interrupt. This fixes the last remaining problem with interrupts on the Oracle T7-2. |