created | 2019-03-23T15:57:58Z |
---|---|
begin | 2019-03-16T00:00:00Z |
end | 2019-03-17T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2019-03-16T02:40:43Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/ic/dwiicvar.h | log | diff | annotate |
src/sys/dev/pci/dwiic_pci.c | log | diff | annotate | |
message |
fetch timing parameters from ACPI like the ACPI attachment does since those fetched from the controller may not be correct also attach on intel 300 series devices ok kettenis |
date | 2019-03-16T06:23:03Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/interrupt.c | log | diff | annotate |
src/sys/arch/mips64/mips64/ipifuncs.c | log | diff | annotate | |
src/sys/arch/octeon/dev/octcib.c | log | diff | annotate | |
src/sys/arch/octeon/dev/octcit.c | log | diff | annotate | |
src/sys/arch/octeon/dev/octciu.c | log | diff | annotate | |
message |
Include header header |
date | 2019-03-16T06:24:52Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octcit.c | log | diff | annotate |
message | Fix incorrect flag. |
date | 2019-03-16T13:16:49Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/arch/amd64/amd64/efifb.c | log | diff | annotate |
message |
Now that efifb(4) supports remapping the framebuffer in write combining mode, it's fast enough to raise the maximum size of the EFI framebuffer console. Set it to 160 columns and 160 rows, to match inteldrm and radeondrm. OK jcs@, kettenis@ |
date | 2019-03-16T15:04:19Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/wscons/wsmux.c | log | diff | annotate |
message |
Clear the me_evp pointer after calling wsmux_do_close() as opposed of before. The pointer indicates if a wsmux device is attached to another wsmux, clearing it therefore allows same device to attached again. This can be problematic since wsmux_do_close() can sleep. Swapping the order of operations prevents attaching a wsmux which is in a closing state. ok deraadt@ mpi@ visa@ |
date | 2019-03-16T16:33:59Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/amd64/amd64/aesni.c | log | diff | annotate |
message |
Use SMR with aesni sessions. This makes the reference counting unnecessary and enables lockless read access to the session list. OK mpi@ |
date | 2019-03-16T16:35:49Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octeon_intr.c | log | diff | annotate |
message |
Unify the top-level structure of interrupt handles. This helps when implementing interrupt-specific logic for intr_barrier(9). |
date | 2019-03-16T19:35:35Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/xhci.c | log | diff | annotate |
message |
Merge the duplicate code to handle isoc SHORT and SUCCESS xfer events to one single function. ok mpi@ |
date | 2019-03-16T22:38:47Z | |||
---|---|---|---|---|
author | sthen | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
add entries for Attansic E2400/E2500, from Brad (and also present, though with longer names, in an earlier diff from Genadijus Paleckis) |
date | 2019-03-16T22:38:58Z | |||
---|---|---|---|---|
author | sthen | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | sync |