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

2022-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 31 23:04:50 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix MASK_DATA logic in previous commit -- the upper 16-bits are a mask of pin states to preserve, not to set. To generate a diff

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

2022-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 31 23:04:50 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix MASK_DATA logic in previous commit -- the upper 16-bits are a mask of pin states to preserve, not to set. To generate a diff

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

2022-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 31 22:23:39 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Implement zynq_platform_reset() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2022-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 31 22:23:39 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Implement zynq_platform_reset() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 23:10:43 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_drm.c Log Message: Remove dirty fb IOCTL callback introduced in latest drm update. Not sure how this got here, but the rkdrm driver does not need to do

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

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 23:10:43 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_drm.c Log Message: Remove dirty fb IOCTL callback introduced in latest drm update. Not sure how this got here, but the rkdrm driver does not need to do

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 10:20:46 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: arm/pic: Sprinkle dtrace probes on interrupt handlers like x86. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 10:20:46 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: arm/pic: Sprinkle dtrace probes on interrupt handlers like x86. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

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

2022-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 19:07:39 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sun8i_codec.c Log Message: sun8icodec: Update for binding spec changes. The allwinner,sun8i-a33-codec binding spec has changed[1] to allow for

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

2022-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 19:07:39 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sun8i_codec.c Log Message: sun8icodec: Update for binding spec changes. The allwinner,sun8i-a33-codec binding spec has changed[1] to allow for

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

2022-10-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 29 15:13:28 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: arm/pic: Use a local variable to reduce #ifdef scope. Avoids straddling a conditional this way. To generate a diff of this commit: cvs

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

2022-10-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 29 15:13:28 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: arm/pic: Use a local variable to reduce #ifdef scope. Avoids straddling a conditional this way. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/arm

2022-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 13:37:59 UTC 2022 Modified Files: src/sys/arch/arm: Makefile.inc Removed Files: src/sys/arch/arm/omap: am335x_cm_padconf.c am335x_dmtimer.c am335x_gpio.c am335x_prcm.c am335x_prcm.h am335x_trng.c

CVS commit: src/sys/arch/arm

2022-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 13:37:59 UTC 2022 Modified Files: src/sys/arch/arm: Makefile.inc Removed Files: src/sys/arch/arm/omap: am335x_cm_padconf.c am335x_dmtimer.c am335x_gpio.c am335x_prcm.c am335x_prcm.h am335x_trng.c

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

2022-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 13:29:47 UTC 2022 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c exynos_soc.c Log Message: Build fixes. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2022-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 13:29:47 UTC 2022 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c exynos_soc.c Log Message: Build fixes. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 01:19:36 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix MASK_DATA_SET macro To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xilinx/zynq_gpio.c Please

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

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 01:19:36 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix MASK_DATA_SET macro To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xilinx/zynq_gpio.c Please

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

2022-10-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 27 22:35:32 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix bit macros To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xilinx/zynq_gpio.c Please note that

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

2022-10-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 27 22:35:32 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix bit macros To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xilinx/zynq_gpio.c Please note that

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

2022-10-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 27 20:37:10 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Add OCM to devmap To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xilinx/zynq_platform.c Please

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

2022-10-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 27 20:37:10 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Add OCM to devmap To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xilinx/zynq_platform.c Please

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

2022-10-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 27 08:49:08 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Add AP startup for Zynq-7000. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2022-10-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 27 08:49:08 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Add AP startup for Zynq-7000. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2022-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 27 07:57:46 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Fix build. Sprinkle some consistency To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xilinx/zynq_uart.c

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

2022-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 27 07:57:46 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Fix build. Sprinkle some consistency To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xilinx/zynq_uart.c

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

2022-10-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 26 22:14:22 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_clkc.c Log Message: Since this node is a child of a syscon, the reg property doesn't fully describe the device physical address. Use syscon

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

2022-10-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 26 22:14:22 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_clkc.c Log Message: Since this node is a child of a syscon, the reg property doesn't fully describe the device physical address. Use syscon

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

2022-10-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 26 11:31:11 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_cemac.c Log Message: Inherit MAC address from Devicetree "local-mac-address" property. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2022-10-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 26 11:31:11 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_cemac.c Log Message: Inherit MAC address from Devicetree "local-mac-address" property. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2022-10-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 25 22:59:10 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Remove unnecessary code in zynq_platform_device_register To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2022-10-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 25 22:59:10 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c Log Message: Remove unnecessary code in zynq_platform_device_register To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2022-10-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 25 22:52:48 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_usb.c Log Message: Fixup mixed up log messages. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xilinx/zynq7000_usb.c

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

2022-10-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 25 22:52:48 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_usb.c Log Message: Fixup mixed up log messages. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xilinx/zynq7000_usb.c

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

2022-10-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 25 22:49:39 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_uart.c zynq_cemac.c Log Message: Fixup some mixed up log messages. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2022-10-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 25 22:49:39 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_uart.c zynq_cemac.c Log Message: Fixup some mixed up log messages. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2022-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 20 06:58:38 UTC 2022 Modified Files: src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S

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

2022-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 20 06:58:38 UTC 2022 Modified Files: src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S

CVS commit: src/sys/arch/arm

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:31:40 UTC 2022 Modified Files: src/sys/arch/arm: Makefile.inc Removed Files: src/sys/arch/arm/mpcore: dic.c dic_intr.h dicreg.h files.mpcore mpcore_a2x_space.c mpcore_a4x_space.c mpcore_axi.c

CVS commit: src/sys/arch/arm

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:31:40 UTC 2022 Modified Files: src/sys/arch/arm: Makefile.inc Removed Files: src/sys/arch/arm/mpcore: dic.c dic_intr.h dicreg.h files.mpcore mpcore_a2x_space.c mpcore_a4x_space.c mpcore_axi.c

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

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:19:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Add a boot option to disable EFI runtime services. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:19:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Add a boot option to disable EFI runtime services. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 10:45:40 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpi_pci_smccc.c Log Message: fix indentation To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/acpi/acpi_pci_smccc.c Please note

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

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 10:45:40 UTC 2022 Modified Files: src/sys/arch/arm/acpi: acpi_pci_smccc.c Log Message: fix indentation To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/acpi/acpi_pci_smccc.c Please note

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

2022-10-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Oct 7 22:30:48 UTC 2022 Modified Files: src/sys/arch/arm/omap: omapl1x_timer.c Log Message: fix typos in chained/unchained mode definitions (s/CHANINED/CHAINED). fix typo in comment s/32 bot/32-bit/. To generate a diff of

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

2022-10-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Oct 7 22:30:48 UTC 2022 Modified Files: src/sys/arch/arm/omap: omapl1x_timer.c Log Message: fix typos in chained/unchained mode definitions (s/CHANINED/CHAINED). fix typo in comment s/32 bot/32-bit/. To generate a diff of

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

2022-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 28 10:23:37 UTC 2022 Modified Files: src/sys/arch/arm/amlogic: mesongx_wdt.c Log Message: Match Meson GXBB watchdog. >From Vincent DEFERT on port-arm: http://mail-index.netbsd.org/port-arm/2022/09/21/msg007860.html

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

2022-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 28 10:23:37 UTC 2022 Modified Files: src/sys/arch/arm/amlogic: mesongx_wdt.c Log Message: Match Meson GXBB watchdog. >From Vincent DEFERT on port-arm: http://mail-index.netbsd.org/port-arm/2022/09/21/msg007860.html

CVS commit: src/sys/arch/arm

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:36:44 UTC 2022 Modified Files: src/sys/arch/arm/at91: at91emac.c src/sys/arch/arm/ep93xx: epe.c src/sys/arch/arm/footbridge: footbridge.c footbridge_pci.c src/sys/arch/arm/footbridge/isa:

CVS commit: src/sys/arch/arm

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:36:44 UTC 2022 Modified Files: src/sys/arch/arm/at91: at91emac.c src/sys/arch/arm/ep93xx: epe.c src/sys/arch/arm/footbridge: footbridge.c footbridge_pci.c src/sys/arch/arm/footbridge/isa:

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:34:45 UTC 2022 Modified Files: src/sys/arch/arm/at91: at91cf.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/at91/at91cf.c Please note that diffs are not

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:34:45 UTC 2022 Modified Files: src/sys/arch/arm/at91: at91cf.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/at91/at91cf.c Please note that diffs are not

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:32:53 UTC 2022 Modified Files: src/sys/arch/arm/ep93xx: eppcic.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/ep93xx/eppcic.c Please note that diffs

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:32:53 UTC 2022 Modified Files: src/sys/arch/arm/ep93xx: eppcic.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/ep93xx/eppcic.c Please note that diffs

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:14:41 UTC 2022 Modified Files: src/sys/arch/arm/iomd: vidcaudio.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/iomd/vidcaudio.c Please note that diffs

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:14:41 UTC 2022 Modified Files: src/sys/arch/arm/iomd: vidcaudio.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/iomd/vidcaudio.c Please note that diffs

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:14:13 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/sunxi/sunxi_can.c Please note that

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:14:13 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/sunxi/sunxi_can.c Please note that

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:13:42 UTC 2022 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/xscale/ixp425_if_npe.c Please note

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:13:42 UTC 2022 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/xscale/ixp425_if_npe.c Please note

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:12:58 UTC 2022 Modified Files: src/sys/arch/arm/xscale: ixp425_qmgr.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/ixp425_qmgr.c Please note

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

2022-09-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 27 06:12:58 UTC 2022 Modified Files: src/sys/arch/arm/xscale: ixp425_qmgr.c Log Message: malloc -> kmem To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/ixp425_qmgr.c Please note

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

2022-09-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 25 12:28:54 UTC 2022 Modified Files: src/sys/arch/arm/s3c2xx0: s3c2800_pci.c Log Message: s/itnerrupt/interrupt/ To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/s3c2xx0/s3c2800_pci.c

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

2022-09-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 25 12:28:54 UTC 2022 Modified Files: src/sys/arch/arm/s3c2xx0: s3c2800_pci.c Log Message: s/itnerrupt/interrupt/ To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/s3c2xx0/s3c2800_pci.c

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

2022-09-25 Thread Taylor R Campbell
> Module Name:src > Committed By: riastradh > Date: Sun Sep 25 07:50:32 UTC 2022 > > Modified Files: > src/sys/arch/arm/ti: ti_fb.c ti_lcdc.c > > Log Message: > tilcdc(4): Set is_console on the drm device, not the fb child. > > The drm device is represented by a

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

2022-09-25 Thread Taylor R Campbell
> Module Name:src > Committed By: riastradh > Date: Sun Sep 25 07:50:23 UTC 2022 > > Modified Files: > src/sys/arch/arm/sunxi: sunxi_drm.c sunxi_fb.c > > Log Message: > sunxidrm: Set is_console on the drm device, not the fb child. > > The drm device is represented by a

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

2022-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 25 07:50:32 UTC 2022 Modified Files: src/sys/arch/arm/ti: ti_fb.c ti_lcdc.c Log Message: tilcdc(4): Set is_console on the drm device, not the fb child. The drm device is represented by a rockchip,display-subsystem

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

2022-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 25 07:50:32 UTC 2022 Modified Files: src/sys/arch/arm/ti: ti_fb.c ti_lcdc.c Log Message: tilcdc(4): Set is_console on the drm device, not the fb child. The drm device is represented by a rockchip,display-subsystem

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

2022-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 25 07:50:23 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_drm.c sunxi_fb.c Log Message: sunxidrm: Set is_console on the drm device, not the fb child. The drm device is represented by a

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

2022-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 25 07:50:23 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_drm.c sunxi_fb.c Log Message: sunxidrm: Set is_console on the drm device, not the fb child. The drm device is represented by a

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

2022-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 25 07:50:15 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_drm.c rk_fb.c Log Message: rkdrm: Set is_console on the drm device, not the fb child. The drm device is represented by a rockchip,display-subsystem

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

2022-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 25 07:50:15 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_drm.c rk_fb.c Log Message: rkdrm: Set is_console on the drm device, not the fb child. The drm device is represented by a rockchip,display-subsystem

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

2022-09-21 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 21 20:21:16 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: Just skipping sunxi_can_rx_intr() if the DATA_OR flag is set isn't enough to properly recover from overrrun in all case. So go the

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

2022-09-21 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 21 20:21:16 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: Just skipping sunxi_can_rx_intr() if the DATA_OR flag is set isn't enough to properly recover from overrrun in all case. So go the

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

2022-09-19 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Sep 19 11:21:36 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: Don't process RX if SUNXI_CAN_INT_DATA_OR is pending. Seems to fix occasional RX stalls To generate a diff of this commit: cvs rdiff

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

2022-09-19 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Sep 19 11:21:36 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: Don't process RX if SUNXI_CAN_INT_DATA_OR is pending. Seems to fix occasional RX stalls To generate a diff of this commit: cvs rdiff

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

2022-09-18 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Sep 18 21:33:57 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_cru.c Log Message: KNF. 80 columns, use tab. NFC. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/rockchip/rk_cru.c Please

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

2022-09-18 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Sep 18 21:33:57 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_cru.c Log Message: KNF. 80 columns, use tab. NFC. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/rockchip/rk_cru.c Please

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:49:43 UTC 2022 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:49:43 UTC 2022 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:47:09 UTC 2022 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/ti/if_cpsw.c Please note

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:47:09 UTC 2022 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/ti/if_cpsw.c Please note

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:44:29 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_emac.c Log Message: Eliminate use of IFF_OACTIVE. While here, fix a use-after-free bug in the "too many segments" error path in

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:44:29 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_emac.c Log Message: Eliminate use of IFF_OACTIVE. While here, fix a use-after-free bug in the "too many segments" error path in

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:28:01 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/sunxi/sunxi_can.c Please

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:28:01 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/sunxi/sunxi_can.c Please

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:22:43 UTC 2022 Modified Files: src/sys/arch/arm/sociox: if_scx.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/sociox/if_scx.c Please

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:22:43 UTC 2022 Modified Files: src/sys/arch/arm/sociox: if_scx.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/sociox/if_scx.c Please

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:19:36 UTC 2022 Modified Files: src/sys/arch/arm/omap: omapl1x_emac.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/omap/omapl1x_emac.c

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:19:36 UTC 2022 Modified Files: src/sys/arch/arm/omap: omapl1x_emac.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/omap/omapl1x_emac.c

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:14:06 UTC 2022 Modified Files: src/sys/arch/arm/omap: if_cpsw.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/omap/if_cpsw.c Please

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 15:14:06 UTC 2022 Modified Files: src/sys/arch/arm/omap: if_cpsw.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/omap/if_cpsw.c Please

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 13:53:06 UTC 2022 Modified Files: src/sys/arch/arm/imx: if_enet.c if_enetvar.h Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/imx/if_enet.c

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 13:53:06 UTC 2022 Modified Files: src/sys/arch/arm/imx: if_enet.c if_enetvar.h Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/imx/if_enet.c

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 02:32:14 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sun4i_emac.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/sunxi/sun4i_emac.c

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 02:32:14 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sun4i_emac.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/sunxi/sun4i_emac.c

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 17 19:49:09 UTC 2022 Modified Files: src/sys/arch/arm/gemini: if_gpn.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/gemini/if_gpn.c Please

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 17 19:49:09 UTC 2022 Modified Files: src/sys/arch/arm/gemini: if_gpn.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/gemini/if_gpn.c Please

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 17 19:46:59 UTC 2022 Modified Files: src/sys/arch/arm/gemini: if_gmc.c Log Message: Eliminate use of IFF_OACTIVE. (In this driver, it was set in one location, and never tested or cleared. ) To generate a diff of this

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 17 19:46:59 UTC 2022 Modified Files: src/sys/arch/arm/gemini: if_gmc.c Log Message: Eliminate use of IFF_OACTIVE. (In this driver, it was set in one location, and never tested or cleared. ) To generate a diff of this

<    1   2   3   4   5   6   7   8   9   10   >