created | 2019-12-26T17:53:18Z |
---|---|
begin | 2019-12-16T00:00:00Z |
end | 2019-12-17T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-12-16T04:50:48Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/pci/bktr/bktr_audio.c | log | diff | annotate |
src/sys/dev/pci/bktr/bktr_core.c | log | diff | annotate | |
message |
bktr(4): tsleep(9) -> tsleep_nsec(9) ok deraadt@ |
date | 2019-12-16T19:17:04Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/dev/i2c/i2c_scan.c | log | diff | annotate |
message |
Extend the expected SPD types to include DDR4 and low-power DDR3 & 4. OK deraadt@ kettenis@ |
date | 2019-12-16T21:39:40Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/dev/pci/piixpm.c | log | diff | annotate |
src/sys/dev/pci/piixreg.h | log | diff | annotate | |
message |
Update piixpm(4) to support newer AMD chips like some Hudson-2 and especially KERNCZ (AMD FCH SMBus). Additionally this also implements multi-bus support for SB800, Hudson-2 and KERNCZ. Tested by many. Input & OK kettenis@ |