OpenBSD cvs log

created 2021-06-19T14:49:43Z
begin 2021-06-13T00:00:00Z
end 2021-06-14T00:00:00Z
path src/sys
commits 9

date 2021-06-13T00:46:27Z
author drahn
files src/sys/arch/riscv64/conf/GENERIC log diff annotate
src/sys/arch/riscv64/conf/RAMDISK log diff annotate
message cad(4) appears to be working on Unmatched.

date 2021-06-13T02:56:48Z
author drahn
files src/sys/dev/fdt/if_cad.c log diff annotate
message Match sifive,fu740-c000-gem so that device is detected on Unmatched.
pointed out by jsg@

date 2021-06-13T06:57:51Z
author jsg
files src/sys/dev/sdmmc/sdhc.c log diff annotate
message refer to the correct domain for sdhc spec
from fkr

date 2021-06-13T09:19:14Z
author kettenis
files src/sys/arch/riscv64/dev/sfuart.c log diff annotate
message Clean this up a bit. Use register names that match the documentation, and
fix some register number. Drop reading the Interrupt Pending register
in the interrupt handler as this was actually reading the Interrupt Enable
register and the bits that were checked were always true. Fix bogus
code in sfuartcnputc() and simplyfy sfuartcngetc(). Throw in some
style fixes for good measure.

date 2021-06-13T12:43:15Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add hifive unmatched ids
ok deraadt@ kettenis@

date 2021-06-13T12:43:53Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
message regen

date 2021-06-13T12:43:54Z
author jsg
files src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2021-06-13T13:17:59Z
author krw
files src/sys/kern/subr_disk.c log diff annotate
message Back off a couple of the more paranoid checks while spoofing GPT
partitions into the disklabel.

First, since the alt header is never accessed there is no need to
worry about it being inaccessible.

Second, the GPT header claiming to cover more sectors than the
device has is no reason to ignore all the partitions. The
partition actually present could still be useful.

Issues encountered in the wild by mlarkin@ while accessing some
disk images.

ok deraadt@

date 2021-06-13T16:27:15Z
author kettenis
files src/sys/arch/riscv64/riscv64/machdep.c log diff annotate
message Add support for sfuart(4) as a console.

ok drahn@