created | 2020-11-27T03:30:03Z |
---|---|
begin | 2020-09-10T00:00:00Z |
end | 2020-09-11T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2020-09-10T16:29:04Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octiic.c | log | diff | annotate |
message |
Register octiic(4) with the I2C framework This generally is an exercise in futility because the phandle of the controller node tends to be missing. |
date | 2020-09-10T16:40:40Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octiic.c | log | diff | annotate |
message |
Add I2C bus scan routine for octiic(4) Unfortunately, machines tend to come with underpopulated device trees, and consequently this change is not very useful as is. The lack of good data is troublesome especially with things like I2C bus switches. |
date | 2020-09-10T17:03:03Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message |
Introduce a helper to find a VCPU. from jordan@ |