CVS commit: src/sys/arch

2021-05-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 12 04:07:34 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c src/sys/arch/arm/fdt: pcihost_fdt.c src/sys/arch/arm/nvidia: tegra_pcie.c src/sys/arch/arm/nxp: imxpcie.c

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

2021-05-11 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed May 12 03:53:37 UTC 2021 Modified Files: src/sys/arch/mips/include: locore.h Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/arch/mips/include/locore.h Please note that

CVS commit: src/doc

2021-05-11 Thread Nia Alarie
ner V3s SoCs. [jmcneill 20210505] aiomixer(1): Added aiomixer, a curses-based mixer for NetBSD's audio API. + wskbd(4): Added German Neo 2 layout. [nia 20210511]

CVS commit: src/share/man/man4

2021-05-11 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue May 11 14:51:34 UTC 2021 Modified Files: src/share/man/man4: wskbd.4 Log Message: wskbd.4: document neo layout To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/wskbd.4 Please note that diffs

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

2021-05-11 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue May 11 14:41:08 UTC 2021 Modified Files: src/sys/arch/mips/mips: mips_fpu.c Log Message: Use "static" in the function intro if the function is static. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev

2021-05-11 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue May 11 10:16:48 UTC 2021 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: wscons: add support for the Neo 2 German keyboard layout

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

2021-05-11 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue May 11 09:21:25 UTC 2021 Modified Files: src/sys/arch/mips/conf: std.octeon Log Message: Revert rev 1.5 - put the NOFPU option back. Older cnMIPS cores don't have an FPU. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/stand/efiboot

2021-05-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 11 07:15:10 UTC 2021 Modified Files: src/sys/stand/efiboot: exec.c Log Message: Consistently have ALIGN sizes as the power of two size, i.e. change FDT_ALIGN, and use the same math(s) to round. In the process fix the

CVS commit: src/sbin/pppoectl

2021-05-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 11 06:58:03 UTC 2021 Modified Files: src/sbin/pppoectl: pppoectl.c Log Message: Make authproto not change when "authproto" is not in command option To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/net

2021-05-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 11 06:42:42 UTC 2021 Modified Files: src/sys/net: if_sppp.h if_spppsubr.c Log Message: clear authentication protocol when SPPP_AUTHPROTO_NONE is specified To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/net

2021-05-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 11 06:33:17 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Drop packets that have no NCP not to start auto-dial To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236

CVS commit: src/sys/net

2021-05-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 11 06:27:19 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Added missing if_oerror incrementing To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/net/if_spppsubr.c Please note

CVS commit: src/sys/net

2021-05-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 11 06:21:28 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Move RCA event after RCR event A authentication failed by TO+ event between RCA and RCR events 1. RCA event in REQ-SENT state - REQ-SENT

CVS commit: src/sys/dev/pci

2021-05-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 11 06:03:54 UTC 2021 Modified Files: src/sys/dev/pci: ppb.c Log Message: Forward the bridge's devhandle to the downstream bus. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/pci/ppb.c Please