CVS commit: src/sys/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 06:47:41 UTC 2022 Modified Files: src/sys/dev/audio: audio.c audiodef.h Log Message: audio: Rework about usrbuf allocation. - Allocate the usrbuf from kmem(9) instead of uvm(9). The usrbuf has used uvm(9), in case

CVS commit: src/sys/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 06:47:41 UTC 2022 Modified Files: src/sys/dev/audio: audio.c audiodef.h Log Message: audio: Rework about usrbuf allocation. - Allocate the usrbuf from kmem(9) instead of uvm(9). The usrbuf has used uvm(9), in case

CVS commit: src/sys/arch/macppc/macppc

2022-08-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 13 09:34:47 UTC 2022 Modified Files: src/sys/arch/macppc/macppc: disksubr.c Log Message: Do not try to create a fake MBR disklabel from the PMBR of a GPT disk. To generate a diff of this commit: cvs rdiff -u -r1.49

CVS commit: src/sys/arch/macppc/macppc

2022-08-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 13 09:34:47 UTC 2022 Modified Files: src/sys/arch/macppc/macppc: disksubr.c Log Message: Do not try to create a fake MBR disklabel from the PMBR of a GPT disk. To generate a diff of this commit: cvs rdiff -u -r1.49

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:22:41 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Add two tests for AUDIO_SETINFO after mmap. These tests affect only standalone test, not atf. To generate a diff of this

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:22:41 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Add two tests for AUDIO_SETINFO after mmap. These tests affect only standalone test, not atf. To generate a diff of this

CVS commit: src/share/man/man4/man4.amiga

2022-08-13 Thread Jukka Andberg
Module Name:src Committed By: jandberg Date: Sat Aug 13 10:53:38 UTC 2022 Modified Files: src/share/man/man4/man4.amiga: amidisplaycc.4 Log Message: Update comment about X11 support To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/share/man/man4/man4.amiga

2022-08-13 Thread Jukka Andberg
Module Name:src Committed By: jandberg Date: Sat Aug 13 10:53:38 UTC 2022 Modified Files: src/share/man/man4/man4.amiga: amidisplaycc.4 Log Message: Update comment about X11 support To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/x86/x86

2022-08-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 13 06:59:56 UTC 2022 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: Fix an inverted KASSERTMSG test from the #ifdef DIAGNOSTIC panic -> KASSERT conversion. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/x86

2022-08-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 13 06:59:56 UTC 2022 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: Fix an inverted KASSERTMSG test from the #ifdef DIAGNOSTIC panic -> KASSERT conversion. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:14:40 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Separate mmap_len test by parameters. This change affects only standalone test, not atf. To generate a diff of this commit:

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:14:40 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Separate mmap_len test by parameters. This change affects only standalone test, not atf. To generate a diff of this commit:

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:19:16 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Fix typo in comments. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/tests/dev/audio/audiotest.c Please

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:19:16 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Fix typo in comments. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/tests/dev/audio/audiotest.c Please

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 16:01:35 UTC 2022 Modified Files: src/sys/arch/arm/fdt: pcihost_fdt.c Log Message: Process "ranges" property even when linux,pci-probe-only is set. When the linux,pci-probe-only flag is set, we still need to process

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 16:01:35 UTC 2022 Modified Files: src/sys/arch/arm/fdt: pcihost_fdt.c Log Message: Process "ranges" property even when linux,pci-probe-only is set. When the linux,pci-probe-only flag is set, we still need to process

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 16:44:11 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: acpipchb: Add a kernel cmdline option to skip PCI resource assignment. Passing "nopciconf" to the kernel will force acpipchb to skip

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 16:44:11 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: acpipchb: Add a kernel cmdline option to skip PCI resource assignment. Passing "nopciconf" to the kernel will force acpipchb to skip

CVS commit: src/sys/dev/pci

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 21:51:33 UTC 2022 Modified Files: src/sys/dev/pci: pciconf.c Log Message: pciconf: Skip callbacks for reserved ranges if resource allocation fails. In the event that a BAR write is ignored, no need to notify the

CVS commit: src/sys/dev/pci

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 21:51:33 UTC 2022 Modified Files: src/sys/dev/pci: pciconf.c Log Message: pciconf: Skip callbacks for reserved ranges if resource allocation fails. In the event that a BAR write is ignored, no need to notify the

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 16:52:29 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Fix tty device number. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/virtio/viocon.c Please note

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 16:52:29 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Fix tty device number. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/virtio/viocon.c Please note

CVS commit: src/share/man/man9

2022-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 13 17:06:55 UTC 2022 Modified Files: src/share/man/man9: bus_space.9 Log Message: Remove Li without effect. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/bus_space.9 Please note that

CVS commit: src/share/man/man9

2022-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 13 17:06:55 UTC 2022 Modified Files: src/share/man/man9: bus_space.9 Log Message: Remove Li without effect. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/bus_space.9 Please note that

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 17:31:32 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Omit unused sc_dmamap. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/virtio/viocon.c Please note

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 17:31:32 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Omit unused sc_dmamap. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/virtio/viocon.c Please note

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 17:31:21 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Fix bus_dmamap_sync after tx: POSTWRITE, not POSTREAD. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 17:31:21 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Fix bus_dmamap_sync after tx: POSTWRITE, not POSTREAD. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 16:55:10 UTC 2022 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: aarch64: Add tpm driver to GENERIC64 kernel. To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 16:55:10 UTC 2022 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: aarch64: Add tpm driver to GENERIC64 kernel. To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 17:02:53 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Fix $NetBSD$ rcsid. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/virtio/viocon.c Please note that

CVS commit: src/sys/dev/virtio

2022-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 13 17:02:53 UTC 2022 Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Fix $NetBSD$ rcsid. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/virtio/viocon.c Please note that

CVS commit: src/share/man/man4

2022-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 13 17:02:10 UTC 2022 Modified Files: src/share/man/man4: viocon.4 Log Message: Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/viocon.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2022-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 13 17:02:10 UTC 2022 Modified Files: src/share/man/man4: viocon.4 Log Message: Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/viocon.4 Please note that diffs are not public

CVS commit: src/share/man/man4/man4.amiga

2022-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 13 17:06:38 UTC 2022 Modified Files: src/share/man/man4/man4.amiga: amidisplaycc.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/share/man/man4/man4.amiga

2022-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 13 17:06:38 UTC 2022 Modified Files: src/share/man/man4/man4.amiga: amidisplaycc.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/dev/cgd

2022-08-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Aug 13 17:46:26 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgdconfig.sh Log Message: When run from py-anita/amd64 this test fails with: cgdconfig: getfsspecname failed: no match for `wd0e' as the virtual machine has

CVS commit: src/tests/dev/cgd

2022-08-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Aug 13 17:46:26 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgdconfig.sh Log Message: When run from py-anita/amd64 this test fails with: cgdconfig: getfsspecname failed: no match for `wd0e' as the virtual machine has

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 20:07:13 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpi_pci_machdep.c Log Message: arm: acpi: Improve legacy INTx support. For devices on a bus with no direct _PRT, use the raw intr pin with the parent

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 20:07:13 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpi_pci_machdep.c Log Message: arm: acpi: Improve legacy INTx support. For devices on a bus with no direct _PRT, use the raw intr pin with the parent

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 20:08:36 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: Add "nopcimsi" boot option to force legacy INTx only mode. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2022-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 20:08:36 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: Add "nopcimsi" boot option to force legacy INTx only mode. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.bin/make

2022-08-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 14 04:12:29 UTC 2022 Modified Files: src/usr.bin/make: make.1 Log Message: make.1: not every '-' is a flag To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316 src/usr.bin/make/make.1 Please note that diffs

CVS commit: src/usr.bin/make

2022-08-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 14 04:12:29 UTC 2022 Modified Files: src/usr.bin/make: make.1 Log Message: make.1: not every '-' is a flag To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316 src/usr.bin/make/make.1 Please note that diffs

CVS commit: src/usr.bin/make

2022-08-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 14 04:17:09 UTC 2022 Modified Files: src/usr.bin/make: make.1 Log Message: make.1: clean up formatting and grammar, be more accurate To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317

CVS commit: src/usr.bin/make

2022-08-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 14 04:17:09 UTC 2022 Modified Files: src/usr.bin/make: make.1 Log Message: make.1: clean up formatting and grammar, be more accurate To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317