CVS commit: src/sys/arch/sandpoint

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:35:50 UTC 2021 Modified Files: src/sys/arch/sandpoint/conf: KUROBOX src/sys/arch/sandpoint/sandpoint: com_eumb.c Log Message: At least KuroBox Classic and HG seem to have buggy UART, for which ETXRDY interrupts

CVS commit: src/sys/dev/ic

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:34:49 UTC 2021 Modified Files: src/sys/dev/ic: com.c comvar.h Log Message: Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if possible in comintr() even if IIR_NOPEND is asserted. Combined with

CVS commit: src/sys/dev

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:33:59 UTC 2021 Modified Files: src/sys/dev/acpi: com_acpi.c src/sys/dev/ic: com.c comvar.h src/sys/dev/pci: com_puc.c Log Message: Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags.

CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 03:44:25 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: rge.c Log Message: Fix tftp boot with RTL8169/8110. When sending frame shorter than 60 octets, we add trailing \0's to payload to construct 60-octet

CVS commit: src

2021-03-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 25 01:42:53 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_struct_init_nested.c d_struct_init_nested.exp src/usr.bin/xlint/lint1: init.c Log Message: lint: fix C99 initialization with

CVS commit: src/usr.bin/xlint/lint1

2021-03-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 25 00:48:59 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: remove outdated comment from init_using_expr Since C99, an aggregate type can be initialized without braces. No functional change.

CVS commit: src/usr.bin/xlint/lint1

2021-03-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 25 00:35:16 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: extract check_init_expr from init_using_expr No functional change. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116

CVS commit: src/sys/dev/fdt

2021-03-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 24 18:19:31 UTC 2021 Modified Files: src/sys/dev/fdt: dwcmmc_fdt.c Log Message: Fix previous To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/fdt/dwcmmc_fdt.c Please note that diffs are not

CVS commit: [thorpej-cfargs] src/sys

2021-03-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 24 14:21:08 UTC 2021 Modified Files: src/sys/arch/arm/broadcom [thorpej-cfargs]: bcm2835_vcaudio.c src/sys/arch/arm/omap [thorpej-cfargs]: tiotg.c src/sys/arch/x86/pci [thorpej-cfargs]: pcib.c

CVS commit: src/sys/arch/mips/cavium/dev

2021-03-24 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 24 08:10:14 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: octeon_fpa.c Log Message: Remove somewhat dubious empty octfpa_desc structure. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/uvm

2021-03-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 24 06:37:27 UTC 2021 Modified Files: src/sys/uvm: uvm_pglist.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/uvm/uvm_pglist.c Please note that diffs are not