created | 2020-11-27T03:18:35Z |
---|---|
begin | 2020-09-08T00:00:00Z |
end | 2020-09-09T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2020-09-08T01:29:04Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/fdt/rkpwm.c | log | diff | annotate |
message |
Add RK3328 PWM, also found in the RK3308. ok kettenis@ |
date | 2020-09-08T01:29:58Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/fdt/rktemp.c | log | diff | annotate |
message |
Add RK3308 temperature sensors. ok kettenis@ |
date | 2020-09-08T12:36:42Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsi_all.h | log | diff | annotate |
src/sys/scsi/scsi_base.c | log | diff | annotate | |
message |
If SCSI_IGNORE_ILLEGAL_REQUEST is set no error is returned from scsi_xs_sync() when the request is unsupported. So check mode sense(6) and mode sense(10) results for valid headers before passing the results back. Avoid overwriting any error that was returned. ok jmatthew@ |
date | 2020-09-08T13:54:48Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxgmx.c | log | diff | annotate |
src/sys/arch/octeon/dev/cn30xxgmxreg.h | log | diff | annotate | |
src/sys/arch/octeon/dev/cn30xxgmxvar.h | log | diff | annotate | |
src/sys/arch/octeon/dev/cn30xxpko.c | log | diff | annotate | |
src/sys/arch/octeon/dev/cn30xxpkoreg.h | log | diff | annotate | |
src/sys/arch/octeon/dev/octpip.c | log | diff | annotate | |
message |
Handle AGL interface This makes certain machines' management network port usable. |
date | 2020-09-08T15:46:36Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxgmx.c | log | diff | annotate |
message | Clean up attachment of octgmx(4) a bit |
date | 2020-09-08T20:13:52Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pci.c | log | diff | annotate |
src/sys/dev/pci/pcivar.h | log | diff | annotate | |
message |
Add a function to scan for PCI Express extended capabilities. From jordan@, with a few more tweaks by myself. |