CVS commit: src/sys/arch/evbppc/wii/dev

2025-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 15 15:49:45 UTC 2025 Modified Files: src/sys/arch/evbppc/wii/dev: sdhc_hollywood.c Log Message: wii: Remove SDHC write delay. Does not seem to be required, and hurts performance. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbppc/wii/dev

2025-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 15 15:49:45 UTC 2025 Modified Files: src/sys/arch/evbppc/wii/dev: sdhc_hollywood.c Log Message: wii: Remove SDHC write delay. Does not seem to be required, and hurts performance. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2025-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 15 15:41:08 UTC 2025 Modified Files: src/sys/dev/ic: bwi.c Log Message: bwi: Update rate control statistics on txeof to enable AMRR. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/bwi.c P

CVS commit: src/sys/dev/ic

2025-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 15 15:41:08 UTC 2025 Modified Files: src/sys/dev/ic: bwi.c Log Message: bwi: Update rate control statistics on txeof to enable AMRR. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/bwi.c P

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/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 10:47:52 UTC 2025 Modified Files: src/lib/libm: m.hppa.expsym Log Message: libm: Also add fma(3) and variants to expected symbols for hppa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/m.h

CVS commit: src/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 10:47:52 UTC 2025 Modified Files: src/lib/libm: m.hppa.expsym Log Message: libm: Also add fma(3) and variants to expected symbols for hppa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/m.h

CVS commit: src/sys/dev/pci

2025-02-15 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Feb 15 09:07:14 UTC 2025 Modified Files: src/sys/dev/pci: if_gem_pci.c Log Message: Use "int" format for constant "GEM_TMP_BUFSIZE - 1". Kernel ALL/amd64 builds again. To generate a diff of this commit: cvs rdiff -u -r1.54

CVS commit: src/sys/dev/pci

2025-02-15 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Feb 15 09:07:14 UTC 2025 Modified Files: src/sys/dev/pci: if_gem_pci.c Log Message: Use "int" format for constant "GEM_TMP_BUFSIZE - 1". Kernel ALL/amd64 builds again. To generate a diff of this commit: cvs rdiff -u -r1.54

CVS commit: src/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 09:00:38 UTC 2025 Modified Files: src/lib/libm: Makefile Log Message: libm: Add missing fma(3) and variants for hppa. Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@. Should be pulled up to netbsd-10.

CVS commit: src/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 09:00:38 UTC 2025 Modified Files: src/lib/libm: Makefile Log Message: libm: Add missing fma(3) and variants for hppa. Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@. Should be pulled up to netbsd-10.