created | 2021-07-05T15:40:36Z |
---|---|
begin | 2021-06-29T12:22:39Z |
end | 2021-06-29T12:43:33Z |
path | src/sys |
commits | 2 |
date | 2021-06-29T12:43:09Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/rktcphy.c | log | diff | annotate | |
message |
Add rktcphy(4), a driver for the Type-C PHY controller found on the Rockchip RK3399. While the PHY allows switching between combinations of USB3 and DisplayPort, this driver enables only USB3 functionality. This allows USB3 devices to show up on machines where previously only USB2 devices showed up. Driver was taken from FreeBSD and adjusted to fit into our code base. ok kettenis@ |
date | 2021-06-29T12:43:33Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message |
Enable rktcphy(4). ok kettenis@ |