CVS commit: src/sys/arch/x86

2021-01-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 28 01:57:31 UTC 2021 Modified Files: src/sys/arch/x86/include: genfb_machdep.h src/sys/arch/x86/pci: pci_machdep.c src/sys/arch/x86/x86: genfb_machdep.c hyperv.c Log Message: Remove x86_genfb_mtrr_init.

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

2021-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 27 15:52:46 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC GENERIC64 Log Message: Add verbose output options commented out. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

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

2021-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 27 13:50:17 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Trailing whitespace... heh To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/arm/armv6_start.S Please

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

2021-01-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jan 27 12:06:10 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_vcaudio.c Log Message: vcaudio: Do not report recording mode in hardware format To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2021-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 27 08:40:32 UTC 2021 Modified Files: src/sys/arch/arm/include: asan.h Log Message: Style. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/include/asan.h Please note that diffs are not

CVS commit: src/sys/arch/evbmips

2021-01-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Jan 27 05:24:16 UTC 2021 Added Files: src/sys/arch/evbmips/conf: MIPSSIM MIPSSIM64 files.mipssim std.mipssim src/sys/arch/evbmips/mipssim: autoconf.c autoconf.h com_mainbus.c if_mipsnetreg.h machdep.c

CVS commit: src/sys/arch/powerpc/powerpc

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 03:17:24 UTC 2021 Modified Files: src/sys/arch/powerpc/powerpc: ofw_machdep.c Log Message: There is not much point in of_compatible() returning -1 for "no match" and >= 0 for "match". Just make it return 0 for "no

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 03:16:37 UTC 2021 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c Log Message: Rename of_match_compat_data() to of_compatible_match(). Similarly, rename of_search_compatible() to of_compatible_lookup().

CVS commit: src/sys/arch

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:20:03 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: octeon_cib.c octeon_intc.c src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit:

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:17:28 UTC 2021 Modified Files: src/sys/arch/macppc/dev: deq.c lmu.c psoc.c smusat.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/dev/deq.c

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:14:49 UTC 2021 Modified Files: src/sys/arch/arm/nxp: if_enet_imx.c imx6_pcie.c imx6_spi.c imx8mq_usbphy.c imx_sdhc.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:12:16 UTC 2021 Modified Files: src/sys/arch/arm/ti: ti_gpio.c ti_iic.c ti_omapintc.c ti_omaptimer.c ti_sdhc.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.8

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:09:39 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun4i_a10_ccu.c sun4i_dma.c sun6i_dma.c sun8i_crypto.c sunxi_can.c sunxi_codec.c sunxi_de2_ccu.c sunxi_dep.c sunxi_emac.c sunxi_gpio.c

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:03:10 UTC 2021 Modified Files: src/sys/arch/arm/sociox: if_ave.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/sociox/if_ave.c Please note

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:01:53 UTC 2021 Modified Files: src/sys/arch/arm/samsung: exynos_dwcmmc.c exynos_pinctrl.c exynos_platform.c exynos_usbdrdphy.c exynos_usbphy.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:00:02 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk3399_iomux.c rk_pwm.c rk_tsadc.c rk_usb.c rk_v1crypto.c rk_vop.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:58:15 UTC 2021 Modified Files: src/sys/arch/arm/nvidia: tegra_ahcisata.c tegra_pcie.c tegra_soctherm.c tegra_xusb.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:54:06 UTC 2021 Modified Files: src/sys/arch/arm/fdt: gicv3_fdt.c pcihost_fdt.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/fdt/gicv3_fdt.c

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:49:36 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_pinctrl.c meson_pwm.c meson_thermal.c meson_usbctrl.c meson_usbphy.c mesong12_clkc.c mesongx_mmc.c mesongxbb_clkc.c Log

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:47:40 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_clkmgr.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/altera/cycv_clkmgr.c Please

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

2021-01-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jan 26 10:51:27 UTC 2021 Modified Files: src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE SMALL030 Log Message: Regen for previous commit to GENERIC.in. To generate a diff of this commit: cvs

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

2021-01-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jan 26 10:50:20 UTC 2021 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC INSTALL Log Message: Regen for previous commit to GENERIC.in. To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198

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

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 26 00:29:22 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: acpipchb is a bus, so claim all child ACPI device nodes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/sparc/include

2021-01-25 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jan 25 20:05:30 UTC 2021 Modified Files: src/sys/arch/sparc/include: pmap.h Log Message: avoid needing . fixes sparc64 build. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/arch/sparc/include/pmap.h

CVS commit: src/sys/arch

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 25 14:20:39 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_clkmgr.c src/sys/arch/arm/amlogic: meson_pinctrl.c meson_pwm.c meson_thermal.c meson_usbctrl.c meson_usbphy.c mesong12_clkc.c

CVS commit: src/sys/arch

2021-01-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 25 13:08:05 UTC 2021 Modified Files: src/sys/arch/luna68k/luna68k: locore.s src/sys/arch/mvme68k/mvme68k: locore.s src/sys/arch/next68k/next68k: locore.s src/sys/arch/sun3/sun3x: locore.s Log

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

2021-01-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 24 14:51:01 UTC 2021 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: More debug To generate a diff of this commit: cvs rdiff -u -r1.422 -r1.423 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not

CVS commit: src/sys/arch/amd64/amd64

2021-01-24 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jan 24 14:17:11 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Fix a tyop in a comment. To generate a diff of this commit: cvs rdiff -u -r1.357 -r1.358 src/sys/arch/amd64/amd64/machdep.c Please

CVS commit: src/sys/arch/sparc

2021-01-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 24 07:36:54 UTC 2021 Modified Files: src/sys/arch/sparc/dev: cons.h src/sys/arch/sparc/include: autoconf.h cpu.h db_machdep.h intr.h pmap.h trap.h src/sys/arch/sparc/sparc: autoconf.c cache.c cpu.c

CVS commit: src/sys/arch/powerpc/ibm4xx/dev

2021-01-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 24 05:22:22 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx/dev: if_emac.c Log Message: Add rnd(9) support. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/powerpc/ibm4xx/dev/if_emac.c

CVS commit: src/sys/arch/mac68k

2021-01-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 24 05:20:23 UTC 2021 Modified Files: src/sys/arch/mac68k/dev: if_mc.c if_mcvar.h src/sys/arch/mac68k/obio: if_mc_obio.c Log Message: Add rnd(9) support. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/arch/powerpc/booke/dev

2021-01-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 24 05:16:57 UTC 2021 Modified Files: src/sys/arch/powerpc/booke/dev: pq3etsec.c Log Message: Add rnd(9) support. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/powerpc/booke/dev/pq3etsec.c

CVS commit: src/sys/arch/powerpc/booke/dev

2021-01-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 24 05:14:55 UTC 2021 Modified Files: src/sys/arch/powerpc/booke/dev: pq3etsec.c Log Message: Switch to if_percpuq_enqueue() from if_input(). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys/arch/aarch64/include

2021-01-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 23 22:24:49 UTC 2021 Modified Files: src/sys/arch/aarch64/include: types.h Log Message: Add __HAVE_BUS_SPACE_8 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/aarch64/include/types.h Please

CVS commit: src/sys/arch

2021-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 19:38:53 UTC 2021 Modified Files: src/sys/arch/alpha/include: types.h src/sys/arch/amd64/include: types.h src/sys/arch/atari/include: types.h src/sys/arch/dreamcast/include: types.h

CVS commit: src/sys/arch

2021-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 19:38:08 UTC 2021 Modified Files: src/sys/arch/emips/include: bus.h src/sys/arch/evbcf/include: bus_space.h src/sys/arch/hp300/include: bus.h src/sys/arch/luna68k/include: bus.h

CVS commit: src/sys/arch/news68k/news68k

2021-01-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 23 15:00:33 UTC 2021 Modified Files: src/sys/arch/news68k/news68k: locore.s Log Message: Remove leftover of #undef statements. These should have been removed in rev 1.55 back in 2010:

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

2021-01-23 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Jan 23 12:53:46 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_vcaudio.c Log Message: vcaudio: don't advertise CAPTURE when all functions return EINVAL To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2021-01-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 23 12:34:19 UTC 2021 Modified Files: src/sys/arch/arm/acpi: cpu_acpi.c Log Message: fit in 80 columns To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/acpi/cpu_acpi.c Please note that

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

2021-01-21 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jan 21 17:46:28 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: add vcaudio (intentionally this time) gives working audio output on rpi3 without needing to run a 32-bit image. To generate a diff of

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

2021-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jan 21 09:50:37 UTC 2021 Modified Files: src/sys/arch/x86/include: bus_defs.h Log Message: PRIx (etc) definitions should not include the % Will fix anything this ends up breaking later. To generate a diff of this commit:

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

2021-01-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jan 21 06:57:26 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: remove accidental additions To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/arch/evbarm/conf/GENERIC64 Please

CVS commit: src/sys/arch

2021-01-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jan 21 06:51:56 UTC 2021 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in src/sys/arch/amigappc/conf: GENERIC NULL src/sys/arch/atari/conf: GENERIC.in src/sys/arch/bebox/conf: GENERIC

CVS commit: src/sys/arch

2021-01-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jan 21 06:18:22 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: POGO src/sys/arch/zaurus/conf: INSTALL Log Message: remove "no options" for compat_ossaudio now it's disabled by default To generate a diff of this

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

2021-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 20 21:38:44 UTC 2021 Modified Files: src/sys/arch/amd64/conf: NOCOMPAT Log Message: COMPAT_OSSAUDIO no longer exists; remove dangling reference To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch

2021-01-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jan 20 13:22:08 UTC 2021 Modified Files: src/sys/arch/amd64/conf: GENERIC MODULAR XEN3_DOM0 XEN3_DOMU src/sys/arch/evbarm/conf: OPENBLOCKS_AX3 src/sys/arch/i386/conf: GENERIC MODULAR XEN3PAE_DOM0 XEN3PAE_DOMU

CVS commit: src/sys/arch

2021-01-19 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jan 20 01:20:26 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: ARMADILLO9 CUBOX DUOVERO GUMSTIX HDL_G HPT5325 OPENBLOCKS_A6 PEPPER SHEEVAPLUG src/sys/arch/riscv/conf: GENERIC Log Message: do not enable

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

2021-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 20 00:48:49 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_sramc.c Log Message: Fix previous; of_search_compatible returns the sentinel when there is no match, so we need to test ->data for NULL, not the return

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 03:25:50 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_clkmgr.c Log Message: Use device_compatible_entry / of_search_compatible() to match the clock type rather than calling of_compatible() on different sets

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:40:17 UTC 2021 Modified Files: src/sys/arch/arm/fdt: gicv3_fdt.c Log Message: Use device_compatible_entry / of_search_compatible() for the GICv3 quirk table. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys/arch/arm

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:38:52 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c src/sys/arch/arm/rockchip: rk_tsadc.c src/sys/arch/arm/samsung: exynos_dwcmmc.c Log Message: Use device_compatible_entry /

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:36:09 UTC 2021 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: Use device_compatible_entry / of_search_compatible() rather than matching against multiple sets of compatinbility strings. To

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:35:10 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_sramc.c Log Message: Use device_compatible_entry / of_search_compatible() rather than matching against multiple sets of compatibility strings. To

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

2021-01-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 18 23:43:35 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gtmr.c Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/arm/cortex/gtmr.c Please note that diffs are

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

2021-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 18 13:29:37 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_gpio.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/sunxi/sunxi_gpio.c Please note

CVS commit: src/sys/arch/powerpc/ibm4xx

2021-01-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jan 18 04:35:05 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: clock.c Log Message: Invoke hardclock() and statclock() in the interrupt context. Otherwise, entropy_enter() is used instead of entropy_enter_intr() in

CVS commit: src/sys/arch/powerpc/ibm4xx

2021-01-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jan 18 04:30:13 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: clock.c Log Message: Simplify and correct stale comment; nticks-th hardclock() had no longer been special since rev 1.24:

CVS commit: src/sys/arch/powerpc/ibm4xx

2021-01-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jan 18 02:43:27 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c Log Message: white space --> tab To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c

CVS commit: src/sys/arch/aarch64/aarch64

2021-01-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jan 18 01:38:44 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c Log Message: Fix build as crash(8); Protect db_md_meminfo_cmd() by defined(_KERNEL). To generate a diff of this commit: cvs rdiff -u -r1.31

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

2021-01-17 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Jan 18 00:32:38 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: disable compat_ossaudio, it's not useful without compat_linux when running netbsd binaries we use userspace libossaudio instead.

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

2021-01-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 17 21:03:27 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Use designated initializers and a consistent termination style in compat_data[]. To generate a diff of this commit: cvs

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

2021-01-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 17 21:02:33 UTC 2021 Modified Files: src/sys/arch/macppc/dev: deq.c lmu.c psoc.c smusat.c Log Message: Use designated initializers and a consistent termination style in compat_data[]. To generate a diff of this commit:

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 19:53:05 UTC 2021 Modified Files: src/sys/arch/arm/fdt: acpi_fdt.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/fdt/acpi_fdt.c Please note that

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 19:51:43 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c Log Message: Fit in 80 columns. NFC. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/fdt/arm_simplefb.c Please

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 19:03:50 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c Log Message: Use vcons_earlyinit To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/fdt/arm_simplefb.c Please note

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 14:28:25 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c Log Message: fix build without VCONS_DRAW_INTR To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/fdt/arm_simplefb.c

CVS commit: src/sys/arch/sparc/sparc

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 01:54:37 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: convert most uses of pmapdebug to use the new DPRINTF() macro. add PMAP_INITLOUD debug option, that shows how pmap_bootstrap() eats up the

CVS commit: src/sys/arch/sparc/sparc

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 01:04:58 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: note that find_cpus() also sets cpu_arch. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263

CVS commit: src/sys/arch/sparc

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 01:02:28 UTC 2021 Modified Files: src/sys/arch/sparc/include: autoconf.h src/sys/arch/sparc/sparc: autoconf.c cpu.c Log Message: set machine_model[] earlier, so that bootstrap can use it. also, avoid "extern " in

CVS commit: src/sys/arch/aarch64/aarch64

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:23:59 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c Log Message: add a command to dump the bootconfig passed meminfo. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

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

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:18:28 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: psycho.c pyro.c schizo.c Log Message: reduce the scope of 'ci' variable. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 21:05:15 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gicv3.c gicv3.h gicv3_its.c gicv3_its.h Log Message: Remove MAXCPUS dependency. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:33:32 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add VND_COMPRESSION option To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:30:37 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER options To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:29:16 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add UFS_ACL and UFS_EXTATTR options To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:27:29 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add QUOTA and QUOTA2 options To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:26:25 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add COMPAT_OSSAUDIO To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/GENERIC.common

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 15:26:23 UTC 2021 Modified Files: src/sys/arch/x86/x86: identcpu_subr.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/x86/identcpu_subr.c Please note

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

2021-01-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 16 01:43:42 UTC 2021 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable tpm @ acpi (now that it can match TPM 1.2 devices, which are not, as the comment implies, experimental). To generate a diff of

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:58:18 UTC 2021 Modified Files: src/sys/arch/arm/nxp: if_enet_imx.c imx6_pcie.c imx6_pwm.c imx6_spi.c imx6_usb.c imx_ahcisata.c imx_com.c imx_gpio.c imx_sdhc.c imxwdog.c Log Message: use

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:19:33 UTC 2021 Modified Files: src/sys/arch/arm/ti: if_cpsw.c ti_com.c ti_ehci.c ti_gpio.c ti_iic.c ti_motg.c ti_omaptimer.c ti_sdhc.c Log Message: use fdtbus_intr_establish_xname To generate a diff

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:11:59 UTC 2021 Modified Files: src/sys/arch/arm/nvidia: tegra_ahcisata.c tegra_apbdma.c tegra_cec.c tegra_com.c tegra_drm_mode.c tegra_ehci.c tegra_hdaudio.c tegra_i2c.c tegra_mc.c

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:02:38 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun6i_spi.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sun6i_spi.c Please note

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:02:07 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun6i_spi.c Log Message: use fdtbus_intr_establish_xname To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/sunxi/sun6i_spi.c

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 22:47:33 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun4i_dma.c sun4i_emac.c sun4i_spi.c sun6i_dma.c sun8i_codec.c sun8i_crypto.c sunxi_can.c sunxi_emac.c sunxi_gmac.c sunxi_gpio.c

CVS commit: src/sys/arch/arm

2021-01-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 15 18:42:41 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_dwmac.c meson_sdhc.c meson_sdio.c meson_uart.c mesongx_mmc.c src/sys/arch/arm/fdt: a9ptmr_fdt.c a9tmr_fdt.c aaci_fdt.c gtmr_fdt.c

CVS commit: src/sys/arch/sparc/sparc

2021-01-13 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Jan 13 16:42:17 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: in pmap_writetext(), restore the context also when we return early. To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371

CVS commit: src/sys/arch/hpcmips/vr

2021-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 13 06:39:47 UTC 2021 Modified Files: src/sys/arch/hpcmips/vr: vraiu.c Log Message: Don't advertise AUDIO_PROP_CAPTURE - no capture method is provided [ 1.000] audio0 at vraiu0: missing capture method To generate a

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

2021-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 12 08:03:19 UTC 2021 Modified Files: src/sys/arch/hpcmips/conf: GENERIC Log Message: Turn on DIAGNOSTIC to help track down problem in hpcmips test runs To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244

CVS commit: src/sys/arch/aarch64/aarch64

2021-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 21:58:31 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c Log Message: Improve a comment To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/aarch64/aarch64/cpu.c Please note that

CVS commit: src/sys/arch/aarch64/aarch64

2021-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 17:12:13 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: cpufunc.c Log Message: Small simplification To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/aarch64/aarch64/cpufunc.c Please

CVS commit: src/sys/arch/sparc/sparc

2021-01-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jan 11 06:12:43 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: in pgt_page_alloc(), wait and retry the page allocation if PR_WAITOK. fixes PR 55895. To generate a diff of this commit: cvs rdiff -u

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

2021-01-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 10 19:20:16 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Disable nouveau for now. It can cause long pauses at boot and sometimes fails to initialize the display at all. To generate a diff

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

2021-01-09 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 10 00:58:56 UTC 2021 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Print rd(4) capacity and geometry info as sd(4) and wd(4) do. Before: rd0 at hpibbus1 slave 0 punit 0: 7937H rd0: 698 cylinders, 13 heads,

CVS commit: src/sys/arch/aarch64/aarch64

2021-01-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 9 15:07:42 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Avoid mismatched memory attributes for kernel and page table memory. The initial page table code enters mappings first through an

CVS commit: src/sys/arch/aarch64/aarch64

2021-01-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 9 13:42:25 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmapboot.c Log Message: Fix a potential issue in pmapboot_enter_range and pmapboot_enter where if the va and size are not page aligned, there is a

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

2021-01-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 8 00:13:21 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_thermal.c Log Message: shut up a clang warning about snprintf() called with a variable as format string NFCI To generate a diff of this commit: cvs

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

2021-01-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 7 17:28:20 UTC 2021 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: Fix build for non-_MIPS_NEED_BUS_DMA_BOUNCE platforms To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

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

2021-01-06 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Jan 7 07:40:39 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: The "available" property requires a variable length buffer, so leave free(9) until prom_getprop is changed to use kmem_alloc(9)

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

2021-01-06 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Wed Jan 6 20:04:30 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: psycho: explicit allocation of memory using kmem(9) instead of using the buffer indirectly allocted in the prom_getprop() function

<    4   5   6   7   8   9   10   11   12   13   >