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 mos
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 o
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 comm
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 -r1.10
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 sy8106a
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]: acpi_
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 our
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 f
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 src/usr.
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 bo
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
option
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 -
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 src/
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 publ
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 ar
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 significan
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 th
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; they
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
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
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 "i
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 com
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 pub
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 o
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 f
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 genera
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 tcs_
27 matches
Mail list logo