CVS commit: src/sys/dev/spi

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 14:33:27 UTC 2019 Modified Files: src/sys/dev/spi: files.spi Added Files: src/sys/dev/spi: ssdfb_spi.c Log Message: add spi(4) bus frontend for ssdfb(4) To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/dev/spi

2019-11-02 Thread Tobias Nygren
The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Tobias Nygren. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions

CVS commit: src/share/man/man4

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 14:47:35 UTC 2019 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb: update manpage To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ssdfb.4 Please note that diffs are not

CVS commit: src/share/man/man4

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 14:47:35 UTC 2019 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb: update manpage To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ssdfb.4 Please note that diffs are not

CVS commit: src/sys/dev/i2c

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 14:24:00 UTC 2019 Modified Files: src/sys/dev/i2c: ssdfb_i2c.c Log Message: set flag to indicate that worker thread should be created mpsafe iic(4) is mpsafe, unlike spi(4) which hasn't been made mpsafe yet. To

CVS commit: src/sys/dev/i2c

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 14:24:00 UTC 2019 Modified Files: src/sys/dev/i2c: ssdfb_i2c.c Log Message: set flag to indicate that worker thread should be created mpsafe iic(4) is mpsafe, unlike spi(4) which hasn't been made mpsafe yet. To

CVS commit: src/sys/dev/ic

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 14:18:36 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: add support for SSD1322 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/ssdfb.c cvs rdiff -u -r1.4

CVS commit: src/sys/dev/ic

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 14:18:36 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: add support for SSD1322 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/ssdfb.c cvs rdiff -u -r1.4

CVS commit: src/lib/libpuffs

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 18:14:36 UTC 2019 Modified Files: src/lib/libpuffs: null.c Log Message: puffs_null_node_fsync: don't leak directory handle Directory handles returned by opendir must be closed by closedir. Also directory(3) says we

CVS commit: src/lib/libpuffs

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 18:14:36 UTC 2019 Modified Files: src/lib/libpuffs: null.c Log Message: puffs_null_node_fsync: don't leak directory handle Directory handles returned by opendir must be closed by closedir. Also directory(3) says we

CVS commit: src/share/man/man4

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 19:22:37 UTC 2019 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: documentation for WSDISPLAYIO_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/share/man/man4/wsdisplay.4 Please

CVS commit: src/share/man/man4

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 19:22:37 UTC 2019 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: documentation for WSDISPLAYIO_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/share/man/man4/wsdisplay.4 Please

CVS commit: src/sys/dev/spi

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 22:55:58 UTC 2019 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: add fdt device_compatible_entry To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/spi/ssdfb_spi.c Please note that diffs

CVS commit: src/sys/dev/spi

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 22:55:58 UTC 2019 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: add fdt device_compatible_entry To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/spi/ssdfb_spi.c Please note that diffs

CVS commit: src/sys/dev

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 17:13:20 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c src/sys/dev/spi: ssdfb_spi.c Log Message: fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/dev/pci

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 21:11:55 UTC 2019 Modified Files: src/sys/dev/pci: if_ste.c Log Message: cast away unused return value To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/if_ste.c Please note that diffs are

CVS commit: src/sys/dev

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 17:13:20 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c src/sys/dev/spi: ssdfb_spi.c Log Message: fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/share/man/man4

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 18:56:41 UTC 2019 Modified Files: src/share/man/man4: gpio.4 Log Message: expand section on GPIOREAD To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/gpio.4 Please note that diffs are

CVS commit: src/share/man/man4

2019-11-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 2 18:56:41 UTC 2019 Modified Files: src/share/man/man4: gpio.4 Log Message: expand section on GPIOREAD To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/gpio.4 Please note that diffs are

CVS commit: src/external/bsd/blacklist/lib

2019-11-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Nov 11 09:24:56 UTC 2019 Modified Files: src/external/bsd/blacklist/lib: blacklist.c Log Message: silence sign-conversion warning from clang To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/blacklist/lib

2019-11-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Nov 11 09:24:56 UTC 2019 Modified Files: src/external/bsd/blacklist/lib: blacklist.c Log Message: silence sign-conversion warning from clang To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2019-11-09 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 9 17:21:48 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk_gmac.c Log Message: rk_gmac: clean up code for setting up clock delay lines a bit - break long lines - move toggle to enable it under a single #ifdef notyet

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

2019-11-09 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 9 17:21:48 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk_gmac.c Log Message: rk_gmac: clean up code for setting up clock delay lines a bit - break long lines - move toggle to enable it under a single #ifdef notyet

CVS commit: src/sys/dev/i2c

2019-11-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Nov 5 19:59:35 UTC 2019 Modified Files: src/sys/dev/i2c: ssdfb_i2c.c Log Message: ssdfb: fix i2c transfer error with some controllers If the controller doesn't support the full 128 byte transfer size we need, then split the

CVS commit: src/sys/dev/i2c

2019-11-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Nov 5 19:59:35 UTC 2019 Modified Files: src/sys/dev/i2c: ssdfb_i2c.c Log Message: ssdfb: fix i2c transfer error with some controllers If the controller doesn't support the full 128 byte transfer size we need, then split the

Re: CVS commit: src [llvm]

2019-11-13 Thread Tobias Nygren
On Wed, 13 Nov 2019 10:29:52 +0100 Maxime Villard wrote: > Am I the only one seeing this? It's hard to blame the configuration when the > failure is seen on several hardware and several OSes. FWIW I'm typing this from an x86_64 machine running today's LLVM userland and kernel. I have some local

Re: CVS commit: src [llvm]

2019-11-13 Thread Tobias Nygren
On Tue, 12 Nov 2019 23:10:45 +0100 Joerg Sonnenberger wrote: > On Tue, Nov 12, 2019 at 04:31:00PM +0100, Maxime Villard wrote: > > Le 12/11/2019 à 16:06, Maxime Villard a écrit : > > > Le 12/11/2019 à 14:37, Joerg Sonnenberger a écrit : > > > > On Tue, Nov 12, 2019 at 11:39:09AM +0100, Maxime

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

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 12:55:21 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c rk_cru.h Log Message: rk3399: add definition for the watchdog timer clock gate The watchdog timer clock gate is a bit special because it's a

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

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 12:55:21 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c rk_cru.h Log Message: rk3399: add definition for the watchdog timer clock gate The watchdog timer clock gate is a bit special because it's a

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

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 13:09:57 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: evbarm: add dwcwdt(4) to GENERIC64 To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/arch/evbarm/conf/GENERIC64

CVS commit: src/sys/dev/fdt

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 13:08:52 UTC 2019 Modified Files: src/sys/dev/fdt: dwcwdt_fdt.c Log Message: dwcwdt: make this work correctly - sysmon_wdog.smw_period is seconds, not milliseconds - tickle the watchdog before enabling it To generate a

CVS commit: src/sys/dev/fdt

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 13:08:52 UTC 2019 Modified Files: src/sys/dev/fdt: dwcwdt_fdt.c Log Message: dwcwdt: make this work correctly - sysmon_wdog.smw_period is seconds, not milliseconds - tickle the watchdog before enabling it To generate a

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

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 13:09:57 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: evbarm: add dwcwdt(4) to GENERIC64 To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/arch/evbarm/conf/GENERIC64

CVS commit: src/sys/dev/ic

2019-10-15 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 15 16:30:49 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: awge: fix issue that caused rx packets to be corrupt with DIAGNOSTIC kernel It seems the hardware can only reliably do rx DMA to addresses that

CVS commit: src/sys/dev/ic

2019-10-15 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 15 16:30:49 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: awge: fix issue that caused rx packets to be corrupt with DIAGNOSTIC kernel It seems the hardware can only reliably do rx DMA to addresses that

CVS commit: src/sys/dev/ic

2019-10-15 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 15 17:19:05 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: correct pointer arithmetics To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/dev/ic/dwc_gmac.c Please note that diffs are

CVS commit: src/sys/dev/ic

2019-10-15 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 15 17:19:05 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: correct pointer arithmetics To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/dev/ic/dwc_gmac.c Please note that diffs are

CVS commit: src/sys/dev/ic

2019-10-22 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 22 21:41:01 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: use __SHIFTIN To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/ssdfb.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/ic

2019-10-22 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 22 21:41:01 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: use __SHIFTIN To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/ssdfb.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/ic

2019-10-22 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 22 21:40:10 UTC 2019 Modified Files: src/sys/dev/ic: ssdfbvar.h Log Message: define SSD1322 command set To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/ssdfbvar.h Please note that diffs are not

CVS commit: src/sys/dev/ic

2019-10-22 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 22 21:40:10 UTC 2019 Modified Files: src/sys/dev/ic: ssdfbvar.h Log Message: define SSD1322 command set To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/ssdfbvar.h Please note that diffs are not

CVS commit: src/sys/dev/ic

2019-10-22 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 22 22:03:27 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: allow to have a per-product init function To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/ssdfb.c cvs rdiff -u

CVS commit: src/sys/dev/ic

2019-10-22 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 22 22:03:27 UTC 2019 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: allow to have a per-product init function To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/ssdfb.c cvs rdiff -u

CVS commit: src/sys/dev/pci

2019-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Oct 18 17:16:50 UTC 2019 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: ahcisata: make sure bus mastering and memory space are actually enabled This makes the "ROCKPro64 PCI-e to Dual SATA-II Interface Card" work.

CVS commit: src/sys/dev/pci

2019-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Oct 18 17:16:50 UTC 2019 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: ahcisata: make sure bus mastering and memory space are actually enabled This makes the "ROCKPro64 PCI-e to Dual SATA-II Interface Card" work.

Re: CVS commit: src/sys/dev/pci

2019-10-18 Thread Tobias Nygren
On Fri, 18 Oct 2019 20:32:53 +0200 Tom Ivar Helbekkmo wrote: > Tobias Nygren writes: > > > Module Name:src > > Committed By: tnn > > Date: Fri Oct 18 17:16:50 UTC 2019 > > > > Modified Files: > > src/sys/dev/pci: ahcisa

CVS commit: src/sys/kern

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 06:36:47 UTC 2019 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: mcl_cache: align items to COHERENCY_UNIT Because we do cache incoherent DMA to/from mbufs we cannot safely share share cache lines with adjacent

CVS commit: src/sys/kern

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 06:36:47 UTC 2019 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: mcl_cache: align items to COHERENCY_UNIT Because we do cache incoherent DMA to/from mbufs we cannot safely share share cache lines with adjacent

CVS commit: src/sys/dev/ic

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 06:40:20 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: awge: drop redundant m_adj(). Handled via uipc_mbuf.c r1.235 instead. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/dev/ic

2019-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Oct 19 06:40:20 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: awge: drop redundant m_adj(). Handled via uipc_mbuf.c r1.235 instead. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/dev/gpio

2019-10-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 20 09:35:18 UTC 2019 Modified Files: src/sys/dev/gpio: gpio.c Log Message: gpio: make GPIOREAD return also the symbolic name of the pin, if it is set To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/sys/dev/gpio

2019-10-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 20 09:35:18 UTC 2019 Modified Files: src/sys/dev/gpio: gpio.c Log Message: gpio: make GPIOREAD return also the symbolic name of the pin, if it is set To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/usr.sbin/gpioctl

2019-10-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 20 09:41:53 UTC 2019 Modified Files: src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c Log Message: gpioctl: implement support for "gpioctl gpioN list". Like pcictl(8). For drivers that name their pins, this can be used to

CVS commit: src/usr.sbin/gpioctl

2019-10-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 20 09:41:53 UTC 2019 Modified Files: src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c Log Message: gpioctl: implement support for "gpioctl gpioN list". Like pcictl(8). For drivers that name their pins, this can be used to

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:53:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: change bus_space_map to _x86_memio_map Resolves bus space reservation conflict between MI and MD code. Discussion:

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:53:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: change bus_space_map to _x86_memio_map Resolves bus space reservation conflict between MI and MD code. Discussion:

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:57:38 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: add mcx(4) to GENERIC Tested on dual-port ConnectX-4 with 25 Gbit/s AOC To generate a diff of this commit: cvs rdiff -u -r1.535 -r1.536

CVS commit: src/lib/libutil

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 20:29:19 UTC 2019 Modified Files: src/lib/libutil: efun.c Log Message: annotate __dead To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libutil/efun.c Please note that diffs are not public domain;

CVS commit: src/lib/libutil

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 20:29:19 UTC 2019 Modified Files: src/lib/libutil: efun.c Log Message: annotate __dead To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libutil/efun.c Please note that diffs are not public domain;

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:57:38 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: add mcx(4) to GENERIC Tested on dual-port ConnectX-4 with 25 Gbit/s AOC To generate a diff of this commit: cvs rdiff -u -r1.535 -r1.536

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 19:01:13 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL Log Message: also add mcx(4) to ALL To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amd64/conf/ALL Please note that diffs are

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 19:01:13 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL Log Message: also add mcx(4) to ALL To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amd64/conf/ALL Please note that diffs are

CVS commit: src/libexec/ld.elf_so

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 10:34:30 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: improve error message To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/libexec/ld.elf_so/rtld.c Please note that diffs are

CVS commit: src/libexec/ld.elf_so

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 10:34:30 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: improve error message To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/libexec/ld.elf_so/rtld.c Please note that diffs are

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

2020-03-09 Thread Tobias Nygren
On Sun, 8 Mar 2020 10:54:43 + Martin Husemann wrote: > Pull up following revision(s) (requested by pgoyette in ticket #762): > cvs rdiff -u -r1.121 -r1.121.2.1 src/sys/arch/amd64/amd64/trap.c Hi, Someone reported on IRC that this seems to have become mismerged:

Re: CVS commit: src

2020-09-22 Thread Tobias Nygren
Hi, On Tue, 22 Sep 2020 21:37:47 + Nia Alarie wrote: > Module Name: src > Committed By: nia > Date: Tue Sep 22 21:37:47 UTC 2020 > > Modified Files: > src/include: unistd.h > src/lib/libc/gen: Makefile.inc > Removed Files: > src/lib/libc/gen: getentropy.3

Re: CVS commit: src

2020-09-22 Thread Tobias Nygren
On Tue, 22 Sep 2020 23:52:38 + Taylor R Campbell wrote: > > Date: Wed, 23 Sep 2020 01:46:14 +0200 > > From: Tobias Nygren > > > > > Modified Files: > > > src/include: unistd.h > > > src/lib/libc/gen: Makefile.inc > > > Removed File

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

2020-05-29 Thread Tobias Nygren
On Fri, 29 May 2020 16:08:30 +0200 Joerg Sonnenberger wrote: > On Fri, May 29, 2020 at 10:53:02AM +, Kamil Rytarowski wrote: > > Module Name:src > > Committed By: kamil > > Date: Fri May 29 10:53:02 UTC 2020 > > > > Modified Files: > >

Re: CVS commit: src/sys/arch/sparc64/dev

2020-10-24 Thread Tobias Nygren
On Sat, 24 Oct 2020 15:16:39 + Julian Coleman wrote: > Module Name: src > Committed By: jdc > Date: Sat Oct 24 15:16:39 UTC 2020 > > Modified Files: > src/sys/arch/sparc64/dev: pcf8591_envctrl.c > > Log Message: > Add support for automatically changing the CPU fan speed on

Re: CVS commit: src/external/bsd/compiler_rt/lib/clang/lib/netbsd

2021-04-30 Thread Tobias Nygren
On Tue, 20 Apr 2021 23:19:53 + Roland Illig wrote: > Module Name: src > Committed By: rillig > Date: Tue Apr 20 23:19:53 UTC 2021 > > Modified Files: > src/external/bsd/compiler_rt/lib/clang/lib/netbsd: syms.mk > > Log Message: > clang: fix build for installing

Re: CVS commit: src/usr.sbin/inetd

2021-08-31 Thread Tobias Nygren
On Mon, 30 Aug 2021 18:21:11 + Roland Illig wrote: > Module Name: src > Committed By: rillig > Date: Mon Aug 30 18:21:11 UTC 2021 > > Modified Files: > src/usr.sbin/inetd: Makefile inetd.c parse_v2.c > > Log Message: > inetd: raise WARNS from 5 to 6 clang complains:

CVS commit: src/sys/dev/spi

2021-08-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 19 11:04:21 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106 These controllers require D/C# to be deasserted for the entire duration of

CVS commit: src/sys/dev/spi

2021-08-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 19 11:04:21 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106 These controllers require D/C# to be deasserted for the entire duration of

CVS commit: src/sys/dev/ic

2021-08-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Aug 21 17:50:02 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: ssdfb: add missing break in switch. Unbreaks contrast setting for SSD1353 spotted by hannken@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2021-08-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Aug 21 17:50:02 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: ssdfb: add missing break in switch. Unbreaks contrast setting for SSD1353 spotted by hannken@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/spi

2021-08-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 19 17:50:18 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: add support for SSD1306 and SH1106 at spi attachment Only support the 4-wire mode for now. Support for 3-wire mode is theoretically

CVS commit: src/sys/dev/spi

2021-08-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 19 17:50:18 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: add support for SSD1306 and SH1106 at spi attachment Only support the 4-wire mode for now. Support for 3-wire mode is theoretically

Re: CVS commit: src/sys

2021-07-30 Thread Tobias Nygren
On Fri, 30 Jul 2021 17:25:46 -0300 (ADT) Jared McNeill wrote: > Why only A20? It is the hardware I have on hand. If you know specifically which SoCs need this, the compat_data array can be extended. I guess maybe these also? allwinner,sun4i-a10 allwinner,sun6i-a31

Re: CVS commit: src/sys

2021-07-31 Thread Tobias Nygren
On Fri, 30 Jul 2021 22:36:45 +0200 Tobias Nygren wrote: > On Fri, 30 Jul 2021 17:25:46 -0300 (ADT) > Jared McNeill wrote: > > > Why only A20? > > It is the hardware I have on hand. If you know specifically which > SoCs need this, the compat_data array can be e

Re: CVS commit: src/sys/net

2021-12-03 Thread Tobias Nygren
On Mon, 15 Nov 2021 07:07:06 + Shoichi YAMAGUCHI wrote: > Date: Mon Nov 15 07:07:06 UTC 2021 > > Modified Files: > src/sys/net: if_ether.h if_ethersubr.c if_vlan.c > src/sys/net/lagg: if_lagg.c > > Log Message: > introduced APIs to configure VLAN TAG to ethernet devices

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/gem

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:00:40 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_shmem.c Log Message: i915_gem_shmem.c: shmem_get_pages: fix uninitialize use of "noreclaim" To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/gem

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:00:40 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_shmem.c Log Message: i915_gem_shmem.c: shmem_get_pages: fix uninitialize use of "noreclaim" To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm2/dist/include/drm

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:28:34 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_device.h Log Message: drm_device.h: don't redefine vmem_t To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/sys/external/bsd/drm2/dist/include/drm

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:28:34 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_device.h Log Message: drm_device.h: don't redefine vmem_t To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 11:44:18 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.c Log Message: i915_drm_resume_early: initialize ret clang -Wsometimes-uninitialized says uninitialized use on line 2043 when if

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 11:44:18 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.c Log Message: i915_drm_resume_early: initialize ret clang -Wsometimes-uninitialized says uninitialized use on line 2043 when if

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:06:30 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_scheduler.c Log Message: i915_scheduler.c: node_to_request: duplicate 'const' declaration specifier To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:06:30 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_scheduler.c Log Message: i915_scheduler.c: node_to_request: duplicate 'const' declaration specifier To generate a diff of this commit: cvs

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

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:55:24 UTC 2021 Modified Files: src/sys/external/bsd/drm2/drm: files.drmkms src/sys/external/bsd/drm2/i915drm: files.i915drmkms src/sys/external/bsd/drm2/nouveau: files.nouveau Log Message: drm: sprinkle

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

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 12:55:24 UTC 2021 Modified Files: src/sys/external/bsd/drm2/drm: files.drmkms src/sys/external/bsd/drm2/i915drm: files.i915drmkms src/sys/external/bsd/drm2/nouveau: files.nouveau Log Message: drm: sprinkle

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

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 13:56:58 UTC 2021 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: files.radeon: add clang -Wno-format for radeon_uvd.c int vs. short mismatch in UVD firmware version printf. Also change some

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

2021-12-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Dec 21 13:56:58 UTC 2021 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: files.radeon: add clang -Wno-format for radeon_uvd.c int vs. short mismatch in UVD firmware version printf. Also change some

Re: CVS commit: src

2021-12-30 Thread Tobias Nygren
On Fri, 31 Dec 2021 01:44:19 +0900 Ryo ONODERA wrote: > # link LOCKDEBUG/netbsd > /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld -Map netbsd.map --cref -T > netbsd.ldscript -Ttext 0x8020 -e start -z max-page-size=0x20 > -X -o netbsd ${SYSTEM_OBJ:[@]:Nswapnetbsd.o}

Re: CVS commit: src/sys/arch

2021-10-31 Thread Tobias Nygren
On Sun, 31 Oct 2021 16:23:48 + Nick Hudson wrote: > Modified Files: > src/sys/arch/aarch64/include: cpu.h cpufunc.h db_machdep.h ... > Log Message: > Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep. Hi, I'm afraid this broke the userland build. I think

Re: CVS commit: src

2021-07-16 Thread Tobias Nygren
On Fri, 16 Jul 2021 12:44:18 +0200 Frank Kardel wrote: > I am not sure why NO_FOLLOW was there and if we want to keep it how > > we would handle named wedges. We could create a /dev/wedgedev from > > devpubd with hard links to the devices - that would work with ZFS but > > is really ugly. >

Re: CVS commit: src/lib/libc/stdlib

2022-03-12 Thread Tobias Nygren
On Sat, 12 Mar 2022 08:26:01 + Nia Alarie wrote: > Module Name: src > Committed By: nia > Date: Sat Mar 12 08:26:01 UTC 2022 > > Modified Files: > src/lib/libc/stdlib: hcreate.c > > Log Message: > hcreate(3): use reallocarr instead of malloc(x * y) Caution: malloc(0) and

Re: CVS commit: src/lib/libc/time

2022-03-23 Thread Tobias Nygren
On Tue, 22 Mar 2022 13:48:39 -0400 Christos Zoulas wrote: > Modified Files: > src/lib/libc/time: CONTRIBUTING Makefile NEWS localtime.c private.h > theory.html tz-link.html tzselect.8 tzselect.ksh version zdump.c > zic.c > > Log Message: > welcome to tzcode-2022a Hi,

CVS commit: src/sys/dev/ic

2022-03-25 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Mar 25 23:16:04 UTC 2022 Modified Files: src/sys/dev/ic: dw_hdmi.c Log Message: dwhdmi: properly initialize connector atomic helper funcs (PR port-evbarm/56766) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2022-03-25 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Mar 25 23:16:04 UTC 2022 Modified Files: src/sys/dev/ic: dw_hdmi.c Log Message: dwhdmi: properly initialize connector atomic helper funcs (PR port-evbarm/56766) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

Re: CVS commit: src/lib/libc/time

2022-03-25 Thread Tobias Nygren
On Sat, 26 Mar 2022 00:31:45 +0100 Roland Illig wrote: > >> localtime.c: add back storage class 'register' > >> > >> This reduces the differences to the upstream code. > > > > I don't know why you did that. It is as simple to sed -e 's/register //g' > > in upstream when you diff. Adding register

<    1   2   3   >