CVS commit: src/sys/arch/riscv/riscv

2025-03-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 2 08:14:26 UTC 2025 Modified Files: src/sys/arch/riscv/riscv: locore.S riscv_machdep.c Log Message: risc-v: ensure the boot stacks are mapped so that pmap_extract works To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/riscv/riscv

2025-03-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 2 08:14:26 UTC 2025 Modified Files: src/sys/arch/riscv/riscv: locore.S riscv_machdep.c Log Message: risc-v: ensure the boot stacks are mapped so that pmap_extract works To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 10:56:31 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Print a column heading of "event" when displaying all events, and "interrupts" otherwise (not always). To generate a diff of this commit: cvs

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 10:56:31 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Print a column heading of "event" when displaying all events, and "interrupts" otherwise (not always). To generate a diff of this commit: cvs

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 10:50:49 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Remove unnecessary do / while (0); To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/usr.bin/vmstat/vmstat.c Please note th

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 10:50:49 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Remove unnecessary do / while (0); To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/usr.bin/vmstat/vmstat.c Please note th

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 10:49:31 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/usr.bin/vmstat/vmstat.c Please note that diffs are n

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 10:49:31 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/usr.bin/vmstat/vmstat.c Please note that diffs are n

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 09:44:59 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: When printing interrupt statistics line up wrt the totals. To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 src/usr.bin/vmstat/

CVS commit: src/usr.bin/vmstat

2025-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 09:44:59 UTC 2025 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: When printing interrupt statistics line up wrt the totals. To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 src/usr.bin/vmstat/

CVS commit: src/share/mk

2025-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 15 11:10:25 UTC 2025 Modified Files: src/share/mk: bsd.own.mk Log Message: Fix a couple of comments To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 src/share/mk/bsd.own.mk Please note that diffs are not

CVS commit: src/share/mk

2025-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 15 11:10:25 UTC 2025 Modified Files: src/share/mk: bsd.own.mk Log Message: Fix a couple of comments To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 src/share/mk/bsd.own.mk Please note that diffs are not

CVS commit: src/sys/dev/ic

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:27:29 UTC 2025 Modified Files: src/sys/dev/ic: com.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 src/sys/dev/ic/com.c Please note that diffs are not public domai

CVS commit: src/sys/dev/ic

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:27:29 UTC 2025 Modified Files: src/sys/dev/ic: com.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 src/sys/dev/ic/com.c Please note that diffs are not public domai

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

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:08:38 UTC 2025 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: risc-v: show cpu number in intc_fdt_intrstr and not hartid. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ris

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

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:08:38 UTC 2025 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: risc-v: show cpu number in intc_fdt_intrstr and not hartid. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ris

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

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:07:42 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hppa/dev/summitfb.c Please note that diff

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

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:07:42 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hppa/dev/summitfb.c Please note that diff

CVS commit: src/sys/arch/riscv/starfive

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:09:49 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_trng.c Log Message: risc-v: JH7110 TRNG aprint_verbose the features and build conf registers To generate a diff of this commit: cvs rdiff -u -r1.1 -

CVS commit: src/sys/arch/riscv/starfive

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:09:49 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_trng.c Log Message: risc-v: JH7110 TRNG aprint_verbose the features and build conf registers To generate a diff of this commit: cvs rdiff -u -r1.1 -

CVS commit: src/sys/arch/riscv

2025-02-08 Thread Nick Hudson
m software contributed to The NetBSD Foundation + * by Nick Hudson + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + *no

CVS commit: src/sys/arch/riscv

2025-02-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 8 16:12:20 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC64 src/sys/arch/riscv/starfive: files.starfive Added Files: src/sys/arch/riscv/starfive: jh7110_trng.c Log Message: risc-v: add a JH7110 T

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

2025-02-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 8 16:09:59 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: riscv: Add pseudo-device openfirm Missed in previous commit To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/

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

2025-02-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 8 16:09:59 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: riscv: Add pseudo-device openfirm Missed in previous commit To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/

CVS commit: src

2025-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 17:07:18 UTC 2025 Modified Files: src/distrib/sets/lists/base: ad.riscv src/distrib/sets/lists/debug: ad.riscv src/etc/etc.riscv: MAKEDEV.conf src/sys/arch/riscv/conf: majors.riscv src/usr.

CVS commit: src

2025-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 17:07:18 UTC 2025 Modified Files: src/distrib/sets/lists/base: ad.riscv src/distrib/sets/lists/debug: ad.riscv src/etc/etc.riscv: MAKEDEV.conf src/sys/arch/riscv/conf: majors.riscv src/usr.

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

2025-02-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 2 11:29:37 UTC 2025 Modified Files: src/sys/arch/riscv/include: bus_funcs.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/include/bus_funcs.h Please note that dif

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

2025-02-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 2 11:29:37 UTC 2025 Modified Files: src/sys/arch/riscv/include: bus_funcs.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/include/bus_funcs.h Please note that dif

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

2025-02-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 2 11:04:58 UTC 2025 Modified Files: src/sys/arch/riscv/include: machdep.h Log Message: KNF - sort includes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/include/machdep.h Please note th

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

2025-02-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 2 11:04:58 UTC 2025 Modified Files: src/sys/arch/riscv/include: machdep.h Log Message: KNF - sort includes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/include/machdep.h Please note th

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

2025-01-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 25 13:52:19 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: risc-v: disable X-Powers AXP Power Management IC for now as it causes problems To generate a diff of this commit: cvs rdiff -u -r1.

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

2025-01-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 25 13:52:19 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: risc-v: disable X-Powers AXP Power Management IC for now as it causes problems To generate a diff of this commit: cvs rdiff -u -r1.

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

2025-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 19 10:09:23 UTC 2025 Modified Files: src/sys/arch/emips/include: endian_machdep.h Log Message: Delete empty lines and put the RSCId on the first line To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arc

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

2025-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 19 10:09:23 UTC 2025 Modified Files: src/sys/arch/emips/include: endian_machdep.h Log Message: Delete empty lines and put the RSCId on the first line To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arc

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

2025-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 19 07:13:20 UTC 2025 Modified Files: src/sys/arch/arm/nxp: imx6_iomux.c Log Message: Match fsl,imx6dl-iomuxc for the RIoTboard i.MX6S >From Rui-Xiang Guo on port-arm To generate a diff of this commit: cvs rdiff -u -r1.3

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

2025-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 19 07:13:20 UTC 2025 Modified Files: src/sys/arch/arm/nxp: imx6_iomux.c Log Message: Match fsl,imx6dl-iomuxc for the RIoTboard i.MX6S >From Rui-Xiang Guo on port-arm To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/arch/riscv/starfive

2025-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 18 17:20:05 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7100_clkc.c Log Message: risc-v: add support for the StarFive JH7100 audio clocks To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arc

CVS commit: src/sys/arch/riscv/starfive

2025-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 18 17:21:26 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7100_clkc.c Log Message: risc-v: StarFive JH7100: add the temperature sensor clocks to the clock driver To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/arch/riscv/starfive

2025-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 18 17:21:26 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7100_clkc.c Log Message: risc-v: StarFive JH7100: add the temperature sensor clocks to the clock driver To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/arch/riscv/starfive

2025-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 18 17:20:05 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7100_clkc.c Log Message: risc-v: add support for the StarFive JH7100 audio clocks To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arc

CVS commit: src/sys/arch/riscv/starfive

2025-01-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 17 08:04:16 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_clkc.c Log Message: risc-v: Don't attach the JH7110 ISP clock controller Something isn't quite right with the ISP clock controller and it causes prob

CVS commit: src/sys/arch/riscv/starfive

2025-01-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 17 08:04:16 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_clkc.c Log Message: risc-v: Don't attach the JH7110 ISP clock controller Something isn't quite right with the ISP clock controller and it causes prob

CVS commit: src/sys/arch/riscv/starfive

2025-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 17 07:57:42 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_clkc.c Log Message: Order the clock controllers consistently. NFC. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/st

CVS commit: src/sys/arch/riscv/starfive

2025-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 17 07:57:42 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_clkc.c Log Message: Order the clock controllers consistently. NFC. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/st

CVS commit: src/external/bsd/ntp/bin

2025-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 13 07:53:47 UTC 2025 Modified Files: src/external/bsd/ntp/bin: Makefile src/external/bsd/ntp/bin/ntpdate: Makefile src/external/bsd/ntp/bin/ntpq: Makefile Log Message: Trailing whitespace To generate a dif

CVS commit: src/external/bsd/ntp/bin

2025-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 13 07:53:47 UTC 2025 Modified Files: src/external/bsd/ntp/bin: Makefile src/external/bsd/ntp/bin/ntpdate: Makefile src/external/bsd/ntp/bin/ntpq: Makefile Log Message: Trailing whitespace To generate a dif

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

2025-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 09:07:14 UTC 2025 Modified Files: src/sys/arch/or1k/include: int_const.h Log Message: or1k: Fix UINT32_C To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/or1k/include/int_const.h Please note th

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

2025-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 09:07:14 UTC 2025 Modified Files: src/sys/arch/or1k/include: int_const.h Log Message: or1k: Fix UINT32_C To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/or1k/include/int_const.h Please note th

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

2025-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 09:05:28 UTC 2025 Modified Files: src/sys/arch/riscv/include: int_const.h Log Message: risc-v: Fix UINT32_C. PR port-riscv/58766 ntpd / ntpdate setting time on risc64 fails to work To generate a diff of this commit: c

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

2025-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 09:05:28 UTC 2025 Modified Files: src/sys/arch/riscv/include: int_const.h Log Message: risc-v: Fix UINT32_C. PR port-riscv/58766 ntpd / ntpdate setting time on risc64 fails to work To generate a diff of this commit: c

CVS commit: src/external/bsd/ntp/lib/libntp

2025-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 07:42:16 UTC 2025 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/external/bsd/ntp/lib/libntp/Makefile Pleas

CVS commit: src/external/bsd/ntp/lib/libntp

2025-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 07:42:16 UTC 2025 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/external/bsd/ntp/lib/libntp/Makefile Pleas

CVS commit: src/sys/arch/riscv/starfive

2025-01-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 9 10:39:01 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_pcie.c Log Message: Fix error reporting to not include two ": " To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/starf

CVS commit: src/sys/arch/riscv/starfive

2025-01-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 9 10:39:01 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_pcie.c Log Message: Fix error reporting to not include two ": " To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/starf

CVS commit: src/sys/dev/i2c

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 19:24:04 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Remove WIP To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/i2c/axppmic.c Please note that diffs are not public domain

CVS commit: src/sys/dev/i2c

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 19:24:04 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Remove WIP To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/i2c/axppmic.c Please note that diffs are not public domain

CVS commit: src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 13:06:23 UTC 2025 Modified Files: src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive: jh7110-pine64-star64.dts Log Message: Apply the fix for Star64 ethernet phy0 delay parameter from upstream.

CVS commit: src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 13:06:23 UTC 2025 Modified Files: src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive: jh7110-pine64-star64.dts Log Message: Apply the fix for Star64 ethernet phy0 delay parameter from upstream.

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

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 09:04:07 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: Add X-Powers AXP Power Management IC and registers attachments To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sy

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

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 09:04:07 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: Add X-Powers AXP Power Management IC and registers attachments To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sy

CVS commit: src/sys/dev/i2c

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 08:45:08 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add support for AXP15060 To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/i2c/axppmic.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 08:45:08 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add support for AXP15060 To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/i2c/axppmic.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 08:31:24 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Wrap a long line. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/i2c/axppmic.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2025-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 08:31:24 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Wrap a long line. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/i2c/axppmic.c Please note that diffs are not public

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

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 21:10:19 UTC 2025 Modified Files: src/sys/arch/hppa/include: asm.h Log Message: PR 58960: hppa/asm.h: Respect _NETBSD_REVISIONID. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/include/

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

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 21:10:19 UTC 2025 Modified Files: src/sys/arch/hppa/include: asm.h Log Message: PR 58960: hppa/asm.h: Respect _NETBSD_REVISIONID. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/include/

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

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 21:02:01 UTC 2025 Modified Files: src/sys/arch/riscv/include: asm.h Log Message: PR 58960: riscv/asm.h: Respect NETBSD_REVISIONID. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/include/

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

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 21:02:01 UTC 2025 Modified Files: src/sys/arch/riscv/include: asm.h Log Message: PR 58960: riscv/asm.h: Respect NETBSD_REVISIONID. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/include/

CVS commit: src/sys/dev/i2c

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 14:35:49 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/i2c/axppmic.c Please note that diffs are not pub

CVS commit: src/sys/dev/i2c

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 14:35:49 UTC 2025 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/i2c/axppmic.c Please note that diffs are not pub

CVS commit: src/sys/arch/riscv/riscv

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 14:23:03 UTC 2025 Modified Files: src/sys/arch/riscv/riscv: riscv_machdep.c Log Message: Style change in mm_md_kernacc. NFC. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/riscv/riscv/riscv_

CVS commit: src/sys/arch/riscv/riscv

2025-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 4 14:23:03 UTC 2025 Modified Files: src/sys/arch/riscv/riscv: riscv_machdep.c Log Message: Style change in mm_md_kernacc. NFC. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/riscv/riscv/riscv_

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

2025-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 13:18:30 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: Use KM_SLEEP in attach path code. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/dev/summitfb.c Please

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

2025-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 13:18:30 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: Use KM_SLEEP in attach path code. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/dev/summitfb.c Please

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

2025-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 13:04:03 UTC 2025 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/broadcom/bcm2838_pcie.c Please note tha

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

2025-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 13:04:03 UTC 2025 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/broadcom/bcm2838_pcie.c Please note tha

CVS commit: src/sys/arch/riscv

2025-01-03 Thread Nick Hudson
ation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Nick Hudson + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are

CVS commit: src/sys/arch/riscv

2025-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 11:49:04 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC64 src/sys/arch/riscv/starfive: files.starfive Added Files: src/sys/arch/riscv/starfive: jh71x0_temp.c Log Message: risc-v: add a StarFive

CVS commit: src/sys/dev/i2c

2025-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 18:40:54 UTC 2025 Modified Files: src/sys/dev/i2c: lm75.c Log Message: KNF (whitespace) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/i2c/lm75.c Please note that diffs are not public domain

CVS commit: src/sys/dev/i2c

2025-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 18:40:54 UTC 2025 Modified Files: src/sys/dev/i2c: lm75.c Log Message: KNF (whitespace) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/i2c/lm75.c Please note that diffs are not public domain

CVS commit: src/sys/dev/i2c

2025-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 18:40:09 UTC 2025 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/i2c/lm75.c Please note that diffs are not public do

CVS commit: src/sys/dev/i2c

2025-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 18:40:09 UTC 2025 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/i2c/lm75.c Please note that diffs are not public do

CVS commit: src/sys/dev/fdt

2025-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 12:31:46 UTC 2025 Modified Files: src/sys/dev/fdt: dwiic_fdt.c Log Message: Fix previous with respect to the binding specification which I misread. There must be 1 clocks (but there can be two) and the reset is optional.

CVS commit: src/sys/dev/fdt

2025-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 12:31:46 UTC 2025 Modified Files: src/sys/dev/fdt: dwiic_fdt.c Log Message: Fix previous with respect to the binding specification which I misread. There must be 1 clocks (but there can be two) and the reset is optional.

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

2025-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 07:55:26 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: risc-v: Add the Designware I2C controller To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/riscv/conf/GEN

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

2025-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 07:55:26 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common Log Message: risc-v: Add the Designware I2C controller To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/riscv/conf/GEN

CVS commit: src/sys/dev/fdt

2025-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 07:54:41 UTC 2025 Modified Files: src/sys/dev/fdt: dwiic_fdt.c Log Message: dwiic_fdt: enable the clock and de-assert the reset Improve some error handling while I'm here. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/fdt

2025-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 2 07:54:41 UTC 2025 Modified Files: src/sys/dev/fdt: dwiic_fdt.c Log Message: dwiic_fdt: enable the clock and de-assert the reset Improve some error handling while I'm here. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/riscv

2025-01-01 Thread Nick Hudson
) +#define PHYS_HI_REGISTER __BITS(7,0) + +extern int pcihost_segment; + +enum pcihost_type { + PCIHOST_CAM = 1, + PCIHOST_ECAM, +}; + +struct pcihost_msi_handlers; + +struct pcih_bus_space { + struct bus_space bst; + + int (*map)(void *, bus_addr_t, bus_size_t, + int, bus_space_handle_t

CVS commit: src/sys/arch/riscv

2025-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 1 17:53:08 UTC 2025 Modified Files: src/sys/arch/riscv/conf: GENERIC.common GENERIC64 files.riscv std.riscv std.riscv64 src/sys/arch/riscv/fdt: files.fdt src/sys/arch/riscv/starfive: files.starfi

CVS commit: src/sys/arch/riscv/starfive

2025-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 1 17:35:44 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_pciephy.c Log Message: spaces to tab To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/starfive/jh7110_pciephy.c Pleas

CVS commit: src/sys/arch/riscv/starfive

2025-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 1 17:35:44 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_pciephy.c Log Message: spaces to tab To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/starfive/jh7110_pciephy.c Pleas

CVS commit: src/sys/dev/pci

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 14:00:35 UTC 2024 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Use C99 types To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/dev/pci/pcireg.h Please note that diffs are not public dom

CVS commit: src/sys/dev/pci

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 14:00:35 UTC 2024 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Use C99 types To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/dev/pci/pcireg.h Please note that diffs are not public dom

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

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 13:58:21 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: Whitespace. (mainly spaces to tabs) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm2838

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

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 13:58:21 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: Whitespace. (mainly spaces to tabs) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm2838

CVS commit: src/sys/arch

2024-12-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 30 15:18:12 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c src/sys/arch/riscv/fdt: intc_fdt.c Log Message: implementationm -> implementation To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch

2024-12-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 30 15:18:12 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c src/sys/arch/riscv/fdt: intc_fdt.c Log Message: implementationm -> implementation To generate a diff of this commit: cvs rdiff -u -r1.

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

2024-12-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 30 14:46:37 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/broadcom/bcm2838_pcie.c Please note that diffs

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

2024-12-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 30 14:46:37 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/broadcom/bcm2838_pcie.c Please note that diffs

  1   2   3   4   5   6   7   8   9   10   >