created | 2019-10-05T14:13:30Z |
---|---|
begin | 2019-09-05T15:00:00Z |
end | 2019-09-05T18:00:00Z |
path | src/sys |
commits | 4 |
date | 2019-09-05T16:28:06Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
Revert iwm(4) to software WPA crypto because of apparent firmware issues. For a small proportion of frames on 8265 we have observed firmware reporting "not encrypted" even though in Wireshark these frames appear as regular encrypted frames (rx_pkt_status=0xc0400007 type=0x8 subtype=0x80 m_len=1542). This causes frame drops which do not occur with software crypto. We might try again after a firmware upgrade. There seems to be no public record of bug fixes made by Intel between firmware versions which degrades our development process into pure trial-and-error. We need to waste our own time to find out information which Intel should be providing to the public. If anyone is aware of a source of such information, please let us know. All this is of course very disappointing. Problem reported by and debugged with help from solene@ |
date | 2019-09-05T16:58:36Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/bcm2835_dog.c | log | diff | annotate |
message | Add missing RCS Id. |
date | 2019-09-05T17:35:28Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/st.c | log | diff | annotate |
message |
Devices that have no quirks don't need to appear in the list of devices with quirks. |
date | 2019-09-05T17:59:12Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/dev/pci/uhci_pci.c | log | diff | annotate |
message |
Supermicro X8DTH-i/6/iF/6F fails to attach uhci(4) via PCI and AHCI. Result is a crash at power down. Skip the activate function if attach has failed. Solution taken from ehci(4). OK deraadt@ kettenis@ |