CVS commit: src/sys/dev/i2c

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 25 12:08:47 UTC 2021 Modified Files: src/sys/dev/i2c: motoi2c.c motoi2cvar.h Log Message: NXP Layerscape LX2160A has an almost compatible controller, with a few quirks: - IBCR bit 7 is "module disable" instead of "modul

CVS commit: src/sys/dev/acpi

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 25 12:09:59 UTC 2021 Modified Files: src/sys/dev/acpi: nxpiic_acpi.c Log Message: Configure clocks and enable NXP Layerscape quirks in motoi2c To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acp

CVS commit: src/sys/dev

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 25 12:15:33 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_i2c.c src/sys/dev/i2c: i2cvar.h src/sys/dev/ofw: ofw_subr.c Log Message: Add "cookietype" to i2c attach args, so the consumer knows if ia_cookie

CVS commit: src/sys/sys

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 25 12:17:24 UTC 2021 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.79 - struct i2c_attach_args adds 'ia_cookietype' field To generate a diff of this commit: cvs rdiff -u -r1.682 -r1.683 src/sys/sys/para

CVS commit: src/sys/dev

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 25 12:18:18 UTC 2021 Modified Files: src/sys/dev/fdt: i2cmux_fdt.c src/sys/dev/i2c: i2c.c i2cmux.c i2cmuxvar.h pcai2cmux.c Log Message: Add support for ACPI-based I2C mux attachment. To generate a diff of this

CVS commit: src/sys/lib/libkern

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 25 12:45:49 UTC 2021 Modified Files: src/sys/lib/libkern: Makefile.libkern Log Message: Build strlist.c. (Sigh, missed in original commit.) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/lib/libk

CVS commit: src/sys/arch

2021-01-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 25 13:08:05 UTC 2021 Modified Files: src/sys/arch/luna68k/luna68k: locore.s src/sys/arch/mvme68k/mvme68k: locore.s src/sys/arch/next68k/next68k: locore.s src/sys/arch/sun3/sun3x: locore.s Log Messa

CVS commit: src/sys/dev/i2c

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 25 13:30:20 UTC 2021 Modified Files: src/sys/dev/i2c: ac100.c adadc.c adm1021.c adm1026.c anxedp.c as3722.c asms.c at24cxx.c axp20x.c axp22x.c axppmic.c cwfg.c dbcool.c ds1307.c dstemp.c em3027.c es

CVS commit: [netbsd-9] src/sys/kern

2021-01-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 25 14:12:50 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: kern_threadpool.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1187): sys/kern/kern_threadpool.c: revision 1.23 threa

CVS commit: [netbsd-9] src/sys/arch/arm/broadcom

2021-01-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 25 14:14:23 UTC 2021 Modified Files: src/sys/arch/arm/broadcom [netbsd-9]: bcm2835_vcaudio.c Log Message: Pull up following revision(s) (requested by nia in ticket #1188): sys/arch/arm/broadcom/bcm2835_vcaudio.c:

CVS commit: [netbsd-9] src/doc

2021-01-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 25 14:16:00 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Tickets #1187 and #1188 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-9.2 Please note that diffs

CVS commit: src/sys/arch

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 25 14:20:39 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_clkmgr.c src/sys/arch/arm/amlogic: meson_pinctrl.c meson_pwm.c meson_thermal.c meson_usbctrl.c meson_usbphy.c mesong12_clkc.c mesongx_m

CVS commit: src/sys/dev/fdt

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 25 14:25:09 UTC 2021 Modified Files: src/sys/dev/fdt: amdccp_fdt.c connector_fdt.c dwc2_fdt.c dwcmmc_fdt.c i2cmux_fdt.c ns8250_uart.c panel_fdt.c pinctrl_single.c vmt_fdt.c Log Message: Since we're using desig

CVS commit: src/sys/dev/ofisa

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 25 16:21:41 UTC 2021 Modified Files: src/sys/dev/ofisa: atppc_ofisa.c com_ofisa.c ess_ofisa.c if_cs_ofisa.c joy_ofisa.c lpt_ofisa.c ofisa.c pckbc_ofisa.c sb_ofisa.c wdc_ofisa.c Log Message: Since w

CVS commit: src/sys/net/npf

2021-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 17:17:19 UTC 2021 Modified Files: src/sys/net/npf: npf_os.c Log Message: Fix locking issue: npf_default_pass needs to be called with the config lock held. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.2

CVS commit: src/sys/net/npf

2021-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 17:18:55 UTC 2021 Modified Files: src/sys/net/npf: npf_conn.c npf_tableset.c Log Message: s/npf_config_lock/npf->config_lock/ in the comments To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/net

CVS commit: src/usr.bin/make

2021-01-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jan 25 19:05:39 UTC 2021 Modified Files: src/usr.bin/make: for.c src/usr.bin/make/unit-tests: directive-for-escape.exp directive-for-escape.mk varmod-ifelse.mk Log Message: make(1): rename struct For to str

CVS commit: src/usr.bin/make

2021-01-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jan 25 19:10:57 UTC 2021 Modified Files: src/usr.bin/make: for.c Log Message: make(1): extract ForLoop_New to separate function To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/usr.bin/make/for.c Please n

CVS commit: src/sys

2021-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 25 19:21:11 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c src/sys/sys: pipe.h Log Message: Fix a thundering herd problem in pipes. Wake only one waiter when data becomes available, not all of them. Waking th

CVS commit: src/usr.bin/make

2021-01-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jan 25 19:39:34 UTC 2021 Modified Files: src/usr.bin/make: for.c Log Message: make(1): split For_Eval into separate functions To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/usr.bin/make/for.c Please not

CVS commit: src/sys/kern

2021-01-25 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 25 19:57:05 UTC 2021 Modified Files: src/sys/kern: kern_event.c Log Message: put back clearing of KN_QUEUED and check for re-queue - as rev. 1.53 notes, it's necessary for correct function fixes PR kern/55946, thanks to

CVS commit: src/sys/dev

2021-01-25 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jan 25 19:59:49 UTC 2021 Modified Files: src/sys/dev/ofw: ofw_subr.c openfirm.h src/sys/dev/pci/ixgbe: if_sriov.c Log Message: s/boolean_t/bool/. boolean_t is obsolete (from Mach), and this also fixes a new build issue i

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

2021-01-25 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jan 25 20:05:30 UTC 2021 Modified Files: src/sys/arch/sparc/include: pmap.h Log Message: avoid needing . fixes sparc64 build. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/arch/sparc/include/pmap.h Ple

CVS commit: src/usr.bin/lam

2021-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 25 20:07:55 UTC 2021 Modified Files: src/usr.bin/lam: lam.1 Log Message: In the lam(1) example with a literal newline, use newish sh syntax. Bump date (as of when I wrote the change and discussed it, in October; forgot

CVS commit: src/sys

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 26 00:19:53 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_bsc_acpi.c src/sys/arch/x86/pci: dwiic_pci.c src/sys/dev/acpi: acpi_i2c.c acpi_i2c.h acpi_util.c acpi_util.h dwiic_acpi.c

CVS commit: src/sys/dev/acpi

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 26 00:23:16 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_util.c Log Message: build fix To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/acpi/acpi_util.c Please note that diffs are not publi

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

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 26 00:29:22 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: acpipchb is a bus, so claim all child ACPI device nodes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm

CVS commit: src/sys/dev/i2c

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 26 01:15:39 UTC 2021 Modified Files: src/sys/dev/i2c: ihidev.c Log Message: Back out unintended change in previous. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/ihidev.c Please note tha

CVS commit: src/sys/dev

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 26 01:23:08 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_i2c.c src/sys/dev/i2c: ihidev.c pcai2cmux.c Log Message: Don't map ACPI _HID / _CID strings to "compatible" strings from the Device Tree bindings. Just

CVS commit: src/sys/dev/i2c

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 26 02:33:55 UTC 2021 Modified Files: src/sys/dev/i2c: ihidev.c Log Message: Now that the ACPI layer no longer does this for us, evaluate the _DSM that returns the HID descriptor address at attach time. To generate a dif