created | 2022-06-25T21:57:21Z |
---|---|
begin | 2022-06-19T00:00:00Z |
end | 2022-06-20T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2022-06-19T12:52:19Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/ic/pluart.c | log | diff | annotate |
message |
pluart(4) does not report the correct baudrate for the hardware console but instead defaults to 38400. This in turn causes the same baudrate to end up in /etc/ttys during installation. Note that this is not a problem as of now since pluart does not support changing the baudrate just yet. Instead, honor and propagate the baudrate given to pluartcnattach() while attaching the hardware console. ok visa@ |
date | 2022-06-19T18:27:06Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwn.c | log | diff | annotate |
message |
Revert previous iwn(4) commit. Later testing done by Christian Schulte suggests that this fix did not in fact help with the issue. And this change broke wireless for other iwn(4) users, as reported by Lucas on bugs@ |