created | 2019-12-16T18:02:23Z |
---|---|
begin | 2019-12-03T00:00:00Z |
end | 2019-12-04T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2019-12-03T09:08:04Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
src/sys/dev/fdt/rkclock_clocks.h | log | diff | annotate | |
message |
Add support for the RK3399's PWM clock to rkclock(4). ok kurt@ |
date | 2019-12-03T09:08:48Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/rkpwm.c | log | diff | annotate | |
message |
Add rkpwm(4), a driver for the RK3399's PWM controller. ok kurt@ |
date | 2019-12-03T09:12:45Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/pwmfan.c | log | diff | annotate | |
message |
Add pwmfan(4), a driver for PWM-regulated fans. ok kurt@ |
date | 2019-12-03T09:12:46Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message |
Add pwmfan(4), a driver for PWM-regulated fans. ok kurt@ |
date | 2019-12-03T09:17:20Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ofw/ofw_thermal.c | log | diff | annotate |
message |
Since device tree trip points might not be sorted, but our code expected a sorted list, do the sorting ourselves upon parsing the trip points. ok kurt@ |
date | 2019-12-03T13:25:57Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsi_base.c | log | diff | annotate |
message | Add display of mode sense data to SCSIDEBUG. |
date | 2019-12-03T15:58:28Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsi_base.c | log | diff | annotate |
src/sys/scsi/scsi_disk.h | log | diff | annotate | |
src/sys/scsi/scsiconf.h | log | diff | annotate | |
src/sys/scsi/sd.c | log | diff | annotate | |
message |
Check for expected mode sense page code as well as expected mode page length when constructing the pointer to the page data. Remove now unneeded DISK_PGCODE(). Usual misc whitespace/modernization tweaks to functions being modified. |