CVS commit: src/sys/dev/i2c

2020-10-28 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Oct 29 06:55:51 UTC 2020 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: pcf8574.c Log Message: Add a driver for the PCF8574 I/O expander, used as a GPIO in some sparc64 hardware. The driver curre

CVS commit: src/sys/dev/i2c

2020-10-28 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Oct 29 06:50:53 UTC 2020 Modified Files: src/sys/dev/i2c: pcagpio.c Log Message: Handle the change in the sparc64 OFW patching, where we now encode the GPIO pin type in the pin name (only LED types are currently handled). To ge

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

2020-10-28 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Oct 29 06:47:39 UTC 2020 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c ofw_patch.c ofw_patch.h Log Message: Add information about GPIO pin assignments and drive bays in the E250 and v240. Consolidate common code for v

CVS commit: src/tests/lib/libcurses

2020-10-28 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Oct 29 00:27:50 UTC 2020 Modified Files: src/tests/lib/libcurses: t_curses.sh Log Message: Disable the wgetch test as it appears to be missing at the moment. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/t

CVS commit: src/sys/dev/fdt

2020-10-28 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Oct 28 08:36:40 UTC 2020 Added Files: src/sys/dev/fdt: vmt_fdt.c Log Message: add missing vmt_fdt.c. sorry, I forgot to commit vmt_fdt.c in http://mail-index.netbsd.org/source-changes/2020/10/27/msg123452.html To generate a d

CVS commit: src

2020-10-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Oct 28 08:10:10 UTC 2020 Modified Files: src/distrib/sets/lists/xbase: mi shl.mi src/distrib/sets/lists/xcomp: mi shl.mi src/distrib/sets/lists/xdebug: mi shl.mi src/external/mit/xorg/bin: Makefile

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

2020-10-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 28 07:36:17 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add smscphy(4) found on some RPI models. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/arch/evbarm/conf/GENERIC

CVS commit: src/sys/dev/pci

2020-10-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 28 07:08:08 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add missing drain for pcq in wm_stop_locked(). OK'd by knakahara. This change fixes two problems: 1. If the pcq is full and watchdog timer is f