CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 15:44:12 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: ihidev.c ihidev.h Log Message: Rather than using the "cookie" from the i2c_attach_args, use the device handle that's already associated with

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 15:44:12 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: ihidev.c ihidev.h Log Message: Rather than using the "cookie" from the i2c_attach_args, use the device handle that's already associated with

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 16:56:10 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: adadc.c fcu.c Log Message: ia->ia_cookie -> devhandle_to_of(device_handle(self)) To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 16:56:10 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: adadc.c fcu.c Log Message: ia->ia_cookie -> devhandle_to_of(device_handle(self)) To generate a diff of this commit: cvs rdiff -u -r1.10

Re: CVS commit: src/tools/gcc

2021-05-08 Thread Rin Okuyama
How about binutils? http://cvsweb.netbsd.org/bsdweb.cgi/src/tools/binutils/Makefile#rev1.32 It seems that we need to mknative again for this: % find /usr/src/external/gpl3/binutils/usr.bin/ld -name '*.h' | xargs grep HAVE_INITFINI_ARRAY

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 16:46:43 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: ac100.c anxedp.c as3722.c axp20x.c axppmic.c cwfg.c es8316ac.c fan53555.c max77620.c pca9685.c pcf8563.c rkpmic.c

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 16:46:43 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: ac100.c anxedp.c as3722.c axp20x.c axppmic.c cwfg.c es8316ac.c fan53555.c max77620.c pca9685.c pcf8563.c rkpmic.c

CVS commit: src/tools/gcc

2021-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 8 19:36:28 UTC 2021 Modified Files: src/tools/gcc: Makefile Log Message: Disable again initfini; breaks some archs and not worth dealing with when we have both gcc's active in the tree. To generate a diff of this

CVS commit: src/tools/gcc

2021-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 8 19:36:28 UTC 2021 Modified Files: src/tools/gcc: Makefile Log Message: Disable again initfini; breaks some archs and not worth dealing with when we have both gcc's active in the tree. To generate a diff of this

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 22:39:41 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: pmu.c Log Message: Adapt the pmu driver to the new i2c device enumeration mechanism. This follows the OpenFirmware bindings for the

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 22:39:41 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: pmu.c Log Message: Adapt the pmu driver to the new i2c device enumeration mechanism. This follows the OpenFirmware bindings for the

CVS commit: [thorpej-i2c-spi-conf] src/sys

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 15:51:31 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: cuda.c src/sys/arch/sandpoint/sandpoint [thorpej-i2c-spi-conf]: autoconf.c src/sys/dev/acpi [thorpej-i2c-spi-conf]:

CVS commit: [thorpej-i2c-spi-conf] src/sys

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 15:51:31 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: cuda.c src/sys/arch/sandpoint/sandpoint [thorpej-i2c-spi-conf]: autoconf.c src/sys/dev/acpi [thorpej-i2c-spi-conf]:

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 21:58:12 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: ki2c.c ki2cvar.h Log Message: Adapt the Keywest i2c controller driver to the new i2c device enumeration mechanism. We need to provide

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 21:58:12 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: ki2c.c ki2cvar.h Log Message: Adapt the Keywest i2c controller driver to the new i2c device enumeration mechanism. We need to provide

Re: CVS commit: src/tools/gcc

2021-05-08 Thread Christos Zoulas
In article , Rin Okuyama wrote: >How about binutils? > >http://cvsweb.netbsd.org/bsdweb.cgi/src/tools/binutils/Makefile#rev1.32 I don't think it makes a difference. >It seems that we need to mknative again for this: Eventually, but not right now. christos

Re: CVS commit: src/tools/gcc

2021-05-08 Thread Rin Okuyama
I understand. Thanks! rin On 2021/05/09 9:20, Christos Zoulas wrote: In article , Rin Okuyama wrote: How about binutils? http://cvsweb.netbsd.org/bsdweb.cgi/src/tools/binutils/Makefile#rev1.32 I don't think it makes a difference. It seems that we need to mknative again for this:

CVS commit: src/distrib/sets/lists/debug

2021-05-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 8 09:23:37 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add missing aiomixer.debug to fix debug build. XXX I *really* hope someone(TM) invent better replacement of distrib/sets/lists... To

CVS commit: src/distrib/sets/lists/debug

2021-05-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 8 09:23:37 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add missing aiomixer.debug to fix debug build. XXX I *really* hope someone(TM) invent better replacement of distrib/sets/lists... To

CVS commit: [netbsd-9] src/etc/etc.mac68k

2021-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 8 10:27:47 UTC 2021 Modified Files: src/etc/etc.mac68k [netbsd-9]: ttys Log Message: Pull up following revision(s) (requested by rin in ticket #1269): etc/etc.mac68k/ttys: revision 1.21 Turn on constty instead

CVS commit: [netbsd-9] src/etc/etc.mac68k

2021-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 8 10:27:47 UTC 2021 Modified Files: src/etc/etc.mac68k [netbsd-9]: ttys Log Message: Pull up following revision(s) (requested by rin in ticket #1269): etc/etc.mac68k/ttys: revision 1.21 Turn on constty instead

CVS commit: [netbsd-9] src/doc

2021-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 8 10:29:10 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1269 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2021-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 8 10:29:10 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1269 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: src/sys/arch/vax/vsa

2021-05-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 8 09:03:30 UTC 2021 Modified Files: src/sys/arch/vax/vsa: tc_vsbus.c Log Message: Catch up with this commit: http://www.nerv.org/netbsd/?q=id:20210507T165558Z.d4aba9e0e053181f2a98ee4ee43012b50949921b by which per slot

CVS commit: src/sys/arch/vax/vsa

2021-05-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 8 09:03:30 UTC 2021 Modified Files: src/sys/arch/vax/vsa: tc_vsbus.c Log Message: Catch up with this commit: http://www.nerv.org/netbsd/?q=id:20210507T165558Z.d4aba9e0e053181f2a98ee4ee43012b50949921b by which per slot

CVS commit: src/etc/etc.mac68k

2021-05-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 8 10:08:33 UTC 2021 Modified Files: src/etc/etc.mac68k: ttys Log Message: Turn on constty instead of ttyE0 as done for majority of other ports in order to make both framebuffer and serial consoles happy. Also, change TERM

CVS commit: src/etc/etc.mac68k

2021-05-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 8 10:08:33 UTC 2021 Modified Files: src/etc/etc.mac68k: ttys Log Message: Turn on constty instead of ttyE0 as done for majority of other ports in order to make both framebuffer and serial consoles happy. Also, change TERM

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Sat May 8 14:11:37 UTC 2021 Modified Files: src/usr.bin/aiomixer: Makefile Log Message: Also include terminfo for platforms with static libraries (e.g. sun2). From uwe/nia. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Sat May 8 14:11:37 UTC 2021 Modified Files: src/usr.bin/aiomixer: Makefile Log Message: Also include terminfo for platforms with static libraries (e.g. sun2). From uwe/nia. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 14:23:15 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: files.i2c i2c_subr.c i2cmux.c i2cvar.h Log Message: - Add an optional bus number to i2cbus_attach_args, and a corresponding

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 14:23:15 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: files.i2c i2c_subr.c i2cmux.c i2cvar.h Log Message: - Add an optional bus number to i2cbus_attach_args, and a corresponding

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 14:38:26 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: do not adjust class widget pad height, draw to end of screen ncurses refuses to paint pads if the height argument extends beyond the

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 14:38:26 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: do not adjust class widget pad height, draw to end of screen ncurses refuses to paint pads if the height argument extends beyond the

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 14:49:14 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: bound the drawn area to the screen size, rather than replacing it To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 14:49:14 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: bound the drawn area to the screen size, rather than replacing it To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 15:10:44 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: i2cmux.c i2cmuxvar.h Log Message: Use device_enumerate_children() to eliminate all of the ACPI-specific code and most of the FDT-specific code

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 15:10:44 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: i2cmux.c i2cmuxvar.h Log Message: Use device_enumerate_children() to eliminate all of the ACPI-specific code and most of the FDT-specific code

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 12:53:15 UTC 2021 Modified Files: src/usr.bin/aiomixer: parse.c Log Message: aiomixer: Fix sorting of ac97 controls To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/parse.c Please note

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 12:53:15 UTC 2021 Modified Files: src/usr.bin/aiomixer: parse.c Log Message: aiomixer: Fix sorting of ac97 controls To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/parse.c Please note

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

2021-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 8 13:10:29 UTC 2021 Modified Files: src/sys/arch/hppa/include: param.h Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hppa/include/param.h Please note that diffs are not

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

2021-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 8 13:10:29 UTC 2021 Modified Files: src/sys/arch/hppa/include: param.h Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hppa/include/param.h Please note that diffs are not

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

2021-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 8 13:09:58 UTC 2021 Modified Files: src/sys/arch/mips/include: mips_param.h Log Message: KNG To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mips/include/mips_param.h Please note that diffs

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

2021-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 8 13:09:58 UTC 2021 Modified Files: src/sys/arch/mips/include: mips_param.h Log Message: KNG To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mips/include/mips_param.h Please note that diffs

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 11:34:38 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: i2c.c Log Message: iic_print_direct(): In the "not configured" case, parenthetically print the first element of the compat list, if we got a

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 11:34:38 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: i2c.c Log Message: iic_print_direct(): In the "not configured" case, parenthetically print the first element of the compat list, if we got a

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 11:40:02 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: cuda.c videopll.c Log Message: Children of the "cuda" i2c controller don't appear in the OF device tree, so we need to supply our own

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 8 11:40:02 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: cuda.c videopll.c Log Message: Children of the "cuda" i2c controller don't appear in the OF device tree, so we need to supply our own

CVS commit: src/external/gpl3/gdb/dist/gnulib/import

2021-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 8 12:23:47 UTC 2021 Modified Files: src/external/gpl3/gdb/dist/gnulib/import: canonicalize-lgpl.c Log Message: PR/56153: Rin Okuyama: alpha miscompiles malloca() macro. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gdb/dist/gnulib/import

2021-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 8 12:23:47 UTC 2021 Modified Files: src/external/gpl3/gdb/dist/gnulib/import: canonicalize-lgpl.c Log Message: PR/56153: Rin Okuyama: alpha miscompiles malloca() macro. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2021-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 8 12:27:21 UTC 2021 Modified Files: src/doc: HACKS Log Message: mention gdb hack discovered by rin. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/doc/HACKS Please note that diffs are not public

CVS commit: src/doc

2021-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 8 12:27:21 UTC 2021 Modified Files: src/doc: HACKS Log Message: mention gdb hack discovered by rin. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/doc/HACKS Please note that diffs are not public

CVS commit: src/doc

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 12:45:04 UTC 2021 Modified Files: src/doc: CHANGES Log Message: doc: imported aiomixer To generate a diff of this commit: cvs rdiff -u -r1.2803 -r1.2804 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/doc

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 12:45:04 UTC 2021 Modified Files: src/doc: CHANGES Log Message: doc: imported aiomixer To generate a diff of this commit: cvs rdiff -u -r1.2803 -r1.2804 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 13:03:41 UTC 2021 Modified Files: src/usr.bin/aiomixer: parse.c Log Message: aiomixer: try to make sure the first pane is always "outputs" In QEMU with an ac97 audio device, "inputs" is the first pane, which is

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 13:03:41 UTC 2021 Modified Files: src/usr.bin/aiomixer: parse.c Log Message: aiomixer: try to make sure the first pane is always "outputs" In QEMU with an ac97 audio device, "inputs" is the first pane, which is

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 13:28:45 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: fix background banding with slightly older libcurses reported by uwe To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 13:28:45 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: fix background banding with slightly older libcurses reported by uwe To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4