OpenBSD cvs log

created 2020-05-02T17:43:33Z
begin 2020-04-25T00:00:00Z
end 2020-04-26T00:00:00Z
path src/sys
commits 9

date 2020-04-25T10:41:20Z
author kettenis
files src/sys/dev/fdt/rkgpio.c log diff annotate
message Remove redundant bit masking.

date 2020-04-25T14:37:43Z
author krw
files src/sys/dev/softraid_concat.c log diff annotate
message Reduce minimum allowed number of chunks in a CONCAT volume from 2 to
1.

This increases the number of volumes that can be created on a single disk
from 7 to 15. i.e. a disk can be sliced into a maximum of 225
(15 * 15) filesystems instead of a mere 105 (7 * 15).

ok deraadt@

date 2020-04-25T15:10:52Z
author kettenis
files src/sys/dev/i2c/ds3231.c log diff annotate
src/sys/dev/i2c/files.i2c log diff annotate
message Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC.

ok deraadt@

date 2020-04-25T15:23:48Z
author kevlo
files src/sys/dev/pci/pcidevs log diff annotate
message Add RTL8821CE and RTL8822CE PCI ids.

ok stsp@

date 2020-04-25T15:24:24Z
author kevlo
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2020-04-25T15:32:11Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Enable dsxrtc(4) and pcfrtc(4).

date 2020-04-25T17:49:51Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order.

date 2020-04-25T22:15:00Z
author kettenis
files src/sys/dev/fdt/bcm2835_gpio.c log diff annotate
message Explicitly check that the length of the "brcm,pull" property is greater
than zero to avoid a null-pointer dereference caused by unexpected
(at least by me) type promotion.

ok patrick@

date 2020-04-25T22:28:12Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/bcm2835_bsc.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
message Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.
This is really just an I2C controller.

ok patrick@