CVS commit: src/sys/dev/usb

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 07:02:21 UTC 2022 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Omit needless miilock around uno_stop. This time for real! To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

CVS commit: src/sys/dev/usb

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 07:02:21 UTC 2022 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Omit needless miilock around uno_stop. This time for real! To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

CVS commit: src/sys/dev/pci

2022-09-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 22 06:04:26 UTC 2022 Modified Files: src/sys/dev/pci: if_aq.c Log Message: Take and release IFNET_LOCK around aq_stop in aq_detach. Also, call with the disable flag set so that interrupts and the callout are halted. To

CVS commit: src/sys/dev/pci

2022-09-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 22 06:04:26 UTC 2022 Modified Files: src/sys/dev/pci: if_aq.c Log Message: Take and release IFNET_LOCK around aq_stop in aq_detach. Also, call with the disable flag set so that interrupts and the callout are halted. To

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:26 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Change has_rcba bit into version number. Will be useful for newer Intel platform controller hubs. No functional

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:26 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Change has_rcba bit into version number. Will be useful for newer Intel platform controller hubs. No functional

CVS commit: src/sys

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:43:04 UTC 2022 Modified Files: src/sys/arch/x86/pci: tco.c src/sys/dev/ic: i82801lpcreg.h Log Message: tco(4): Nix PMC_TCO_BASE offset in TCO register definitions. This just uses a subregion with

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:29 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: ichlpcib(4), tco(4): Rename iot -> pmt, ioh -> pmh. Makes it clearer that this is specifically about the power management

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:29 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: ichlpcib(4), tco(4): Rename iot -> pmt, ioh -> pmh. Makes it clearer that this is specifically about the power management

CVS commit: src/sys

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:43:04 UTC 2022 Modified Files: src/sys/arch/x86/pci: tco.c src/sys/dev/ic: i82801lpcreg.h Log Message: tco(4): Nix PMC_TCO_BASE offset in TCO register definitions. This just uses a subregion with

CVS commit: src/sys

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:47 UTC 2022 Modified Files: src/sys/arch/x86/pci: tco.c src/sys/dev/ic: i82801lpcreg.h Log Message: tco(4): Use a subregion of the PMC registers for TCO registers. This is an intermediate step that

CVS commit: src/sys

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:47 UTC 2022 Modified Files: src/sys/arch/x86/pci: tco.c src/sys/dev/ic: i82801lpcreg.h Log Message: tco(4): Use a subregion of the PMC registers for TCO registers. This is an intermediate step that

CVS commit: src/sys/dev

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:45:33 UTC 2022 Modified Files: src/sys/dev/ic: i82801lpcreg.h src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Remove confusing `lpcib_' prefix on register names. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:45:33 UTC 2022 Modified Files: src/sys/dev/ic: i82801lpcreg.h src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Remove confusing `lpcib_' prefix on register names. To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm2

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:37:38 UTC 2022 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.c i915_drv.h src/sys/external/bsd/drm2/i915drm: i915_pci_autoconf.c Log Message: i915: Make sure to call i915_drm_prepare

CVS commit: src/sys/external/bsd/drm2

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:37:38 UTC 2022 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.c i915_drv.h src/sys/external/bsd/drm2/i915drm: i915_pci_autoconf.c Log Message: i915: Make sure to call i915_drm_prepare

CVS commit: src/sys/dev/pci

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:45:18 UTC 2022 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Only rescan i2cbus child if requested. This will let us rescan tcoichbus later too on devices where the TCO (Intel platform

CVS commit: src/sys/dev/pci

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:44:47 UTC 2022 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Attach i2c bus only once. The child could be detached, e.g. with drvctl, and then the bus rescanned, at which point it would

CVS commit: src/sys/dev/pci

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:44:47 UTC 2022 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Attach i2c bus only once. The child could be detached, e.g. with drvctl, and then the bus rescanned, at which point it would

CVS commit: src/sys/dev/pci

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:45:01 UTC 2022 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Use config_detach_children to simplify. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/ichsmb.c

CVS commit: src/sys/dev/pci

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:45:01 UTC 2022 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Use config_detach_children to simplify. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/ichsmb.c

CVS commit: src/sys/dev/pci

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:45:18 UTC 2022 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: ichsmb(4): Only rescan i2cbus child if requested. This will let us rescan tcoichbus later too on devices where the TCO (Intel platform

CVS commit: src/sys

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:10 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c src/sys/dev/ic: i82801lpcreg.h Log Message: ichlpcib(4), tco(4): Take `lpcib_' off various names. For PMC-specific ones, change

CVS commit: src/sys

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:10 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c src/sys/dev/ic: i82801lpcreg.h Log Message: ichlpcib(4), tco(4): Take `lpcib_' off various names. For PMC-specific ones, change

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:49 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Rename lpcib_tco_attach_args -> tco_attach_args. No longer hangs off LPC bus, newer devices hang it off SMBus.

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:49 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Rename lpcib_tco_attach_args -> tco_attach_args. No longer hangs off LPC bus, newer devices hang it off SMBus.

CVS commit: src/sys/dev/efi

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:46:38 UTC 2022 Modified Files: src/sys/dev/efi: efi.h Log Message: efi(9): Set correct calling convention for EFI runtime services. No functional change intended -- this only affects x86, which currently doesn't

CVS commit: src/sys/dev/efi

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:46:38 UTC 2022 Modified Files: src/sys/dev/efi: efi.h Log Message: efi(9): Set correct calling convention for EFI runtime services. No functional change intended -- this only affects x86, which currently doesn't

CVS commit: src/share/man/man9

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:02:24 UTC 2022 Modified Files: src/share/man/man9: curproc.9 Log Message: curproc(9): Rework man page. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/curproc.9 Please note that

CVS commit: src/share/man/man9

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:02:24 UTC 2022 Modified Files: src/share/man/man9: curproc.9 Log Message: curproc(9): Rework man page. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/curproc.9 Please note that

CVS commit: src/sbin/wdogctl

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:02:45 UTC 2022 Modified Files: src/sbin/wdogctl: wdogctl.8 Log Message: wdogctl(8): Rework prose and markup in man page. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sbin/wdogctl

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:02:45 UTC 2022 Modified Files: src/sbin/wdogctl: wdogctl.8 Log Message: wdogctl(8): Rework prose and markup in man page. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:27:02 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: sandpoint: Teach altboot to handle 9.99.100 modules. Not tested, but something here will be necessary to make it work, and

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:27:02 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: sandpoint: Teach altboot to handle 9.99.100 modules. Not tested, but something here will be necessary to make it work, and

CVS commit: src/sys/kern

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:39:24 UTC 2022 Modified Files: src/sys/kern: kern_crashme.c Log Message: crashme(9): Clarify description of kernel_lock_spinout. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/kern

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:39:24 UTC 2022 Modified Files: src/sys/kern: kern_crashme.c Log Message: crashme(9): Clarify description of kernel_lock_spinout. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/usb

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:27:52 UTC 2022 Modified Files: src/sys/dev/usb: umass.c Log Message: umass(4): Reduce timeout for control xfers to standard USB timeout. This should reduce the timeout for a failed sd@umass transfer from n*(1min

CVS commit: src/sys/dev/usb

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:27:52 UTC 2022 Modified Files: src/sys/dev/usb: umass.c Log Message: umass(4): Reduce timeout for control xfers to standard USB timeout. This should reduce the timeout for a failed sd@umass transfer from n*(1min

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

2022-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 22 21:00:46 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: Specifying the frame address "trace " was not working. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2022-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 22 21:00:46 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: Specifying the frame address "trace " was not working. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/xen/xen

2022-09-22 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Sep 22 16:21:34 UTC 2022 Modified Files: src/sys/arch/xen/xen: xenevt.c Log Message: Fix fallout from previous: ci_ipending is in the low bytes of ci_istate, so we should not left-shift by 8 the ci_ipending value we want to

CVS commit: src/sys/arch/xen/xen

2022-09-22 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Sep 22 16:21:34 UTC 2022 Modified Files: src/sys/arch/xen/xen: xenevt.c Log Message: Fix fallout from previous: ci_ipending is in the low bytes of ci_istate, so we should not left-shift by 8 the ci_ipending value we want to

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

2022-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 22 19:33:00 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: If there was a "bl " instruction at the end of a function block, the stack analysis backtrace (bt/s) would fail because $lr would

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

2022-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 22 19:33:00 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: If there was a "bl " instruction at the end of a function block, the stack analysis backtrace (bt/s) would fail because $lr would

CVS commit: src/doc

2022-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 21:24:10 UTC 2022 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new libuv To generate a diff of this commit: cvs rdiff -u -r1.1875 -r1.1876 src/doc/3RDPARTY cvs rdiff -u -r1.2907 -r1.2908 src/doc/CHANGES

CVS commit: src/doc

2022-09-22 Thread Christos Zoulas
ress removal if the routes reference the address. [ozaki-r 20220920] + libuv: Import version 1.44.2. [christos 20220922]

CVS commit: src/sbin/wdogctl

2022-09-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 22 21:40:42 UTC 2022 Modified Files: src/sbin/wdogctl: wdogctl.8 Log Message: wdogctl(8): fix -width in previous To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/wdogctl/wdogctl.8 Please note that

CVS commit: src/sbin/wdogctl

2022-09-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 22 21:40:42 UTC 2022 Modified Files: src/sbin/wdogctl: wdogctl.8 Log Message: wdogctl(8): fix -width in previous To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/wdogctl/wdogctl.8 Please note that

CVS commit: src/external/mit/libuv/dist

2022-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 21:22:36 UTC 2022 Removed Files: src/external/mit/libuv/dist/.github/workflows: CI.yml src/external/mit/libuv/dist/include/uv: android-ifaddrs.h src/external/mit/libuv/dist/src/unix: android-ifaddrs.c

CVS commit: src/external/mit/libuv/lib

2022-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 21:22:50 UTC 2022 Modified Files: src/external/mit/libuv/lib: Makefile Log Message: new file for 1.44.2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/libuv/lib/Makefile Please note

CVS commit: src/external/mit/libuv/lib

2022-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 21:22:50 UTC 2022 Modified Files: src/external/mit/libuv/lib: Makefile Log Message: new file for 1.44.2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/libuv/lib/Makefile Please note

CVS commit: src/external/mit/libuv/dist

2022-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 21:22:36 UTC 2022 Removed Files: src/external/mit/libuv/dist/.github/workflows: CI.yml src/external/mit/libuv/dist/include/uv: android-ifaddrs.h src/external/mit/libuv/dist/src/unix: android-ifaddrs.c

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

2022-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 22 21:48:19 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: oops, my previous commit is bad. revert previous. is a frame pointer, not a trapframe, and it worked correctly. (e.g., trace $x29)

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

2022-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 22 21:48:19 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: oops, my previous commit is bad. revert previous. is a frame pointer, not a trapframe, and it worked correctly. (e.g., trace $x29)

CVS import: src/external/mit/libuv/dist

2022-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 21:20:43 UTC 2022 Update of /cvsroot/src/external/mit/libuv/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10780 Log Message: Import libuv-1.44.2 (last imported version was 1.38.0) 2022.07.12, Version 1.44.2 (Stable)

CVS import: src/external/mit/libuv/dist

2022-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 21:20:43 UTC 2022 Update of /cvsroot/src/external/mit/libuv/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10780 Log Message: Import libuv-1.44.2 (last imported version was 1.38.0) 2022.07.12, Version 1.44.2 (Stable)