CVS commit: src/sys/dev/pci/ixgbe

2020-12-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 06:14:42 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove strange ixgbe_enable_intr() in ixgbe_legacy_irq(). If the interface is UP and the INTx line is shared with other devices, it

CVS commit: src/distrib/notes/hp300

2020-12-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 23 17:57:17 UTC 2020 Modified Files: src/distrib/notes/hp300: hardware Log Message: Add A1659A CRX framebuffer to "Supported hardware" list. Also remove SGC support from "Unsupported hardware" list. To generate a diff

CVS commit: src/sys/dev/i2c

2020-12-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 23 17:57:00 UTC 2020 Modified Files: src/sys/dev/i2c: em3027.c Log Message: G/c trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/em3027.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2020-12-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 17:10:37 UTC 2020 Modified Files: src/sys/dev/i2c: em3027.c Log Message: Add direct-config support. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/em3027.c Please note that diffs are

CVS commit: src/sys/arch/arm/nxp

2020-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 23 16:52:06 UTC 2020 Modified Files: src/sys/arch/arm/nxp: imx6_spi.c Log Message: Attachment pretty print To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nxp/imx6_spi.c Please note that

CVS commit: src/sys/dev/fdt

2020-12-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 16:04:42 UTC 2020 Modified Files: src/sys/dev/fdt: i2cmux_fdt.c Log Message: Register each virtual bus's i2c_tag_t so that references for e.g. HDMI DDC in the device tree work. To generate a diff of this commit: cvs

CVS commit: src/sys

2020-12-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 16:02:12 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm2835_bsc_fdt.c src/sys/arch/arm/nvidia: tegra_i2c.c src/sys/arch/arm/rockchip: rk_i2c.c src/sys/arch/arm/samsung: exynos_i2c.c

CVS commit: src/sys/arch/evbarm/conf

2020-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 23 15:56:43 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Deduplicate and group the USB stuff. Spotted by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89

CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 23 14:13:49 UTC 2020 Modified Files: src/usr.bin/make: main.c parse.c Log Message: make(1): fix a few lint warnings To generate a diff of this commit: cvs rdiff -u -r1.501 -r1.502 src/usr.bin/make/main.c cvs rdiff -u

CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 23 14:05:32 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): fix lint warnings for constant condition in DEBUG calls To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239

CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 23 14:03:13 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): fix MAKE_RCSID for lint mode Previously, running lint mode didn't define MAKE_RCSID at all, which resulted in a syntax error. While

CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 23 13:50:55 UTC 2020 Modified Files: src/usr.bin/make: cond.c main.c make.h parse.c var.c Log Message: make(1): rename CmdOpts.lint to strict When running lint(1) on the code, it defines the preprocessor macro "lint" to

CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 23 13:49:12 UTC 2020 Modified Files: src/usr.bin/make: make.1 Log Message: make(1): remove trailing whitespace in manual page To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 src/usr.bin/make/make.1

CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 23 13:11:27 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix memory leak in Var_Undef (since 2020-12-22) To generate a diff of this commit: cvs rdiff -u -r1.762 -r1.763 src/usr.bin/make/var.c

CVS commit: [netbsd-9] src/doc

2020-12-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Dec 23 12:37:04 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1159 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/sys

2020-12-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Dec 23 12:34:38 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: ehci.c ohci.c uhci.c xhci.c src/sys/external/bsd/dwc2 [netbsd-9]: dwc2.c Log Message: Pull up following revision(s) (requested by riastradh in

CVS commit: src/sys/arch/arm/acpi

2020-12-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Dec 23 11:05:08 UTC 2020 Modified Files: src/sys/arch/arm/acpi: gicv3_acpi.c Log Message: Future-proof ID_AA64PFR0_EL1.GIC test -- any value other than 0 means that the GIC CPU interface is supported. To generate a diff

CVS commit: src/sys/arch/evbarm/conf

2020-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 23 10:43:00 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: More sorting To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/arch/evbarm/conf/GENERIC Please note that diffs are

CVS commit: src/distrib/utils/embedded

2020-12-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 23 10:35:18 UTC 2020 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: evbarm.conf evbmips.conf x86.conf Log Message: Fix fallout from mkimage rev 1.76. For mkimage: - Update

CVS commit: src/sys/arch/evbarm/conf

2020-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 23 10:32:07 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: consistency To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/arch/evbarm/conf/GENERIC Please note that diffs are

CVS commit: src/sys/arch/evbarm/conf

2020-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 23 10:27:23 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Sort some devices under each driver type To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/evbarm/conf/GENERIC

CVS commit: src/doc

2020-12-23 Thread Izumi Tsutsui
0: OpenSSL: Imported 1.1.1i. [christos 20201209] pkg_install: Updated to 20201212. [wiz 20201212] sparc64: Add environment monitoring for the E250 [jdc 20201223] + sti(4), hp300: Add bitmap access ops support for SGC CRX (A1659-66001) + framebuffer for HP9000/425t. [tsutsui 20201223]

CVS commit: src/sys/arch/hp300/dev

2020-12-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 23 08:36:47 UTC 2020 Modified Files: src/sys/arch/hp300/dev: sti_sgc.c Log Message: Add bitmap access ops support for SGC CRX (A1659-66001) framebuffer. Also modify existing 425e EVRX attachment to use updated MI sti(4)

CVS commit: src/sys/dev/ic

2020-12-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 23 08:34:35 UTC 2020 Modified Files: src/sys/dev/ic: sti.c stivar.h Log Message: Pull the latest OpenBSD sti(4) changes for bitmap framebuffer support. - bitmap and colormap ops based on old HP ngle X11 driver:

CVS commit: src/sys/dev/ata

2020-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 23 08:17:01 UTC 2020 Modified Files: src/sys/dev/ata: ata_subr.c Log Message: Add missing '\n' in debug To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ata/ata_subr.c Please note that diffs are