CVS commit: src/sys/dev/ata

2020-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 23 08:17:01 UTC 2020

Modified Files:
src/sys/dev/ata: ata_subr.c

Log Message:
Add missing '\n' in debug


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ata/ata_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2020-12-23 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Dec 23 08:34:35 UTC 2020

Modified Files:
src/sys/dev/ic: sti.c stivar.h

Log Message:
Pull the latest OpenBSD sti(4) changes for bitmap framebuffer support.

- bitmap and colormap ops based on old HP ngle X11 driver:
  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/ic/sti.c#rev1.76
  > Work-in-progress support for non-accelerated X11 on *some* sti(4)
  > frame buffers; based upon the old HP ngle X11 driver.
  > Currently limited to CRX (720/735/750), Timber (710, old 715),
  > Artist (712, 715) and EG (B-series), however the
  > colormap isn't set up correctly on Timber and EG yet.
  >
  > Joint work with Artem Falcon, now in good enough shape to be worked further
  > in the tree.
- misc other cosmetic changes to reduce diffs

No particular comments on port-hp300@ and port-hppa@:
 https://mail-index.netbsd.org/port-hp300/2020/12/19/msg000184.html
 https://mail-index.netbsd.org/port-hp300/2020/12/20/msg000185.html

The MD hp300 attachment for SGC CRX (A1659-66001) will be committed
separately.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/sti.c
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/stivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2020-12-23 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Dec 23 08:36:47 UTC 2020

Modified Files:
src/sys/arch/hp300/dev: sti_sgc.c

Log Message:
Add bitmap access ops support for SGC CRX (A1659-66001) framebuffer.

Also modify existing 425e EVRX attachment to use updated MI sti(4) ops
more efficiently.

The Xorg server and mlterm-wscons (that support wsdisplay bitmap) work
fine on SGC hp425t.

No particular comments on port-hp300@ and port-hppa@:
 https://mail-index.netbsd.org/port-hp300/2020/12/19/msg000184.html
 https://mail-index.netbsd.org/port-hp300/2020/12/20/msg000185.html

Special thanks to Miod Vallat again, for contributing the SGC CRX
framebuffer with the SGC connector and flexible cable for HP9000/425t.

He also contributed DIO-II "Hyperion" monochrome framebuffer and
1 plane grayscale SGC GRX (A1924-66001), and I've confirmed hyper(4)
just works even with Xorg server.  I will try GRX as the next project.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hp300/dev/sti_sgc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2020-12-23 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Dec 23 08:38:46 UTC 2020

Modified Files:
src/doc: CHANGES

Log Message:
Note about bitmap access ops support for hp300 SGC CRX framebuffer.


To generate a diff of this commit:
cvs rdiff -u -r1.2767 -r1.2768 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 23 10:27:23 UTC 2020

Modified Files:
src/sys/arch/evbarm/conf: GENERIC

Log Message:
Sort some devices under each driver type


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 23 10:32:07 UTC 2020

Modified Files:
src/sys/arch/evbarm/conf: GENERIC

Log Message:
 consistency


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/embedded

2020-12-23 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Dec 23 10:35:18 UTC 2020

Modified Files:
src/distrib/utils/embedded: mkimage
src/distrib/utils/embedded/conf: evbarm.conf evbmips.conf x86.conf

Log Message:
Fix fallout from mkimage rev 1.76.

For mkimage:

- Update "size" if auto-calculated.
- Use "dd bs=1" instead of non-portable "head -c".
- Some style nits.

For MD make_label() functions:

- Stop using "newsize" as image size in MB, use "size" instead.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/distrib/utils/embedded/mkimage
cvs rdiff -u -r1.37 -r1.38 src/distrib/utils/embedded/conf/evbarm.conf
cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/conf/evbmips.conf
cvs rdiff -u -r1.8 -r1.9 src/distrib/utils/embedded/conf/x86.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 23 10:43:00 UTC 2020

Modified Files:
src/sys/arch/evbarm/conf: GENERIC

Log Message:
More sorting


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-12-23 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Dec 23 11:05:08 UTC 2020

Modified Files:
src/sys/arch/arm/acpi: gicv3_acpi.c

Log Message:
Future-proof ID_AA64PFR0_EL1.GIC test -- any value other than 0 means that
the GIC CPU interface is supported.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/acpi/gicv3_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/sys

2020-12-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Dec 23 12:34:38 UTC 2020

Modified Files:
src/sys/dev/usb [netbsd-9]: ehci.c ohci.c uhci.c xhci.c
src/sys/external/bsd/dwc2 [netbsd-9]: dwc2.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1159):

sys/dev/usb/ohci.c: revision 1.314
sys/external/bsd/dwc2/dwc2.c: revision 1.75
sys/dev/usb/ehci.c: revision 1.284
sys/dev/usb/uhci.c: revision 1.305
sys/dev/usb/xhci.c: revision 1.136

usb: Omit bogus assertions about struct usbd_pipe::up_intrxfer.

These assertions were only valid for pipes at UE_IN_DIR, UE_INTERRUPT
endpoints created with usbd_open_pipe_intr, which uses up_intrxfer to
pass the struct usbd_xfer object to usbd_close_pipe to free later.

In contrast, for pipes at UE_OUT_DIR, UE_INTERRUPT endpoints,
up_intrxfer is never initialized, so the assertion cannot be right.
In principle we might even have more than one outstanding interrupt
transfer at a time, rendering the point of the assertion moot anyway.

Found by interrupting a uhidev write to a u2f device.

ok nick


To generate a diff of this commit:
cvs rdiff -u -r1.267.2.3 -r1.267.2.4 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.289.4.6 -r1.289.4.7 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.288.4.2 -r1.288.4.3 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.107.2.6 -r1.107.2.7 src/sys/dev/usb/xhci.c
cvs rdiff -u -r1.59.4.3 -r1.59.4.4 src/sys/external/bsd/dwc2/dwc2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/doc

2020-12-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Dec 23 12:37:04 UTC 2020

Modified Files:
src/doc [netbsd-9]: CHANGES-9.2

Log Message:
Ticket #1159


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-9.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Wed Dec 23 13:11:27 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): fix memory leak in Var_Undef (since 2020-12-22)


To generate a diff of this commit:
cvs rdiff -u -r1.762 -r1.763 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Wed Dec 23 13:49:12 UTC 2020

Modified Files:
src/usr.bin/make: make.1

Log Message:
make(1): remove trailing whitespace in manual page


To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Wed Dec 23 13:50:55 UTC 2020

Modified Files:
src/usr.bin/make: cond.c main.c make.h parse.c var.c

Log Message:
make(1): rename CmdOpts.lint to strict

When running lint(1) on the code, it defines the preprocessor macro
"lint" to 1, which generated a syntax error in the declaration "Boolean
lint", as that became "Boolean 1".


To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/usr.bin/make/cond.c
cvs rdiff -u -r1.500 -r1.501 src/usr.bin/make/main.c
cvs rdiff -u -r1.236 -r1.237 src/usr.bin/make/make.h
cvs rdiff -u -r1.514 -r1.515 src/usr.bin/make/parse.c
cvs rdiff -u -r1.763 -r1.764 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Wed Dec 23 14:03:13 UTC 2020

Modified Files:
src/usr.bin/make: make.h

Log Message:
make(1): fix MAKE_RCSID for lint mode

Previously, running lint mode didn't define MAKE_RCSID at all, which
resulted in a syntax error.

While here, reduced the indentation and nesting of the preprocessor
directives.


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 src/usr.bin/make/make.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Wed Dec 23 14:05:32 UTC 2020

Modified Files:
src/usr.bin/make: make.h

Log Message:
make(1): fix lint warnings for constant condition in DEBUG calls


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/usr.bin/make/make.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-12-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Wed Dec 23 14:13:49 UTC 2020

Modified Files:
src/usr.bin/make: main.c parse.c

Log Message:
make(1): fix a few lint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.501 -r1.502 src/usr.bin/make/main.c
cvs rdiff -u -r1.515 -r1.516 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2020-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 23 14:42:38 UTC 2020

Modified Files:
src/sys/arch/arm/imx: imxusb.c
src/sys/arch/evbarm/conf: GENERIC files.generic files.generic64
Added Files:
src/sys/arch/arm/nxp: files.imx if_enet_imx.c imx6_ccm.c imx6_ccmreg.h
imx6_ccmvar.h imx6_clk.c imx6_dwhdmi.c imx6_gpc.c imx6_gpcreg.h
imx6_iomux.c imx6_iomuxreg.h imx6_ocotp.c imx6_ocotpreg.h
imx6_ocotpvar.h imx6_pcie.c imx6_platform.c imx6_platform.h
imx6_pwm.c imx6_reg.h imx6_spi.c imx6_srcreg.h imx6_usb.c
imx6_usbphy.c imx6_usbphyreg.h imx6_usbreg.h imx6var.h imx7_gpc.c
imx7d_ccm.c imx7d_ccm.h imx8mq_ccm.c imx8mq_ccm.h imx8mq_usbphy.c
imx_ahcisata.c imx_ahcisatareg.h imx_ccm.c imx_ccm.h
imx_ccm_composite.c imx_ccm_div.c imx_ccm_extclk.c imx_ccm_fixed.c
imx_ccm_fixed_factor.c imx_ccm_gate.c imx_ccm_mux.c imx_ccm_pll.c
imx_com.c imx_gpio.c imx_i2c.c imx_sdhc.c imx_snvs.c imxpcie.c
imxwdog.c
Removed Files:
src/sys/arch/arm/imx: files.imx7 if_enet_imx6.c if_enet_imx7.c
imx6_ahcisata.c imx6_ahcisatareg.h imx6_axi.c imx6_board.c
imx6_ccm.c imx6_ccmreg.h imx6_ccmvar.h imx6_clk.c imx6_clock.c
imx6_gpcreg.h imx6_gpio.c imx6_i2c.c imx6_intr.h imx6_iomux.c
imx6_iomuxreg.h imx6_mmdcreg.h imx6_ocotp.c imx6_ocotpreg.h
imx6_ocotpvar.h imx6_pcie.c imx6_pciereg.h imx6_reg.h imx6_snvs.c
imx6_snvsreg.h imx6_srcreg.h imx6_uart.c imx6_usb.c imx6_usbphy.c
imx6_usbphyreg.h imx6_usbreg.h imx6_usdhc.c imx6_wdog.c imx6var.h
imx7_axi.c imx7_board.c imx7_ccm.c imx7_gpio.c imx7_intr.h
imx7_iomux.c imx7_ocotp.c imx7_ocotpvar.h imx7_rdcreg.h imx7_snvs.c
imx7_uart.c imx7_usb.c imx7_usdhc.c imx7_wdog.c imx7reg.h imxpcie.c
src/sys/arch/arm/imx/fdt: files.imx6 if_enet_imx.c imx6_ahcisata.c
imx6_clk.c imx6_com.c imx6_dwhdmi.c imx6_gpc.c imx6_gpio.c
imx6_i2c.c imx6_iomux.c imx6_pcie.c imx6_platform.c imx6_platform.h
imx6_pwm.c imx6_sdhc.c imx6_spi.c imx6_usb.c imx6_usbphy.c
imx7_gpc.c imx7d_ccm.c imx7d_ccm.h imx8mq_ccm.c imx8mq_ccm.h
imx8mq_usbphy.c imx_ccm.c imx_ccm.h imx_ccm_composite.c
imx_ccm_div.c imx_ccm_extclk.c imx_ccm_fixed.c
imx_ccm_fixed_factor.c imx_ccm_gate.c imx_ccm_mux.c imx_ccm_pll.c

Log Message:
Tidyup the i.MX SoC support by

- Moving the  FDTised code to sys/arch/arm/nxp to match the
  sys/arch/{cpu}/{vendor} convention
- FDTise some more drivers
- Secure Non-Volatile Storage
- watchdog driver
- On chip OTP
- Match fsl,imx6dl
- Add some more drivers to GENERIC that will be supported by i.MX 6
  boards


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r0 src/sys/arch/arm/imx/files.imx7 \
src/sys/arch/arm/imx/if_enet_imx6.c src/sys/arch/arm/imx/imx6_usdhc.c \
src/sys/arch/arm/imx/imx6var.h
cvs rdiff -u -r1.6 -r0 src/sys/arch/arm/imx/if_enet_imx7.c \
src/sys/arch/arm/imx/imx6_iomuxreg.h src/sys/arch/arm/imx/imx6_usb.c
cvs rdiff -u -r1.10 -r0 src/sys/arch/arm/imx/imx6_ahcisata.c \
src/sys/arch/arm/imx/imx6_reg.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/arm/imx/imx6_ahcisatareg.h \
src/sys/arch/arm/imx/imx6_clk.c src/sys/arch/arm/imx/imx6_clock.c \
src/sys/arch/arm/imx/imx6_gpcreg.h src/sys/arch/arm/imx/imx6_iomux.c \
src/sys/arch/arm/imx/imx6_mmdcreg.h src/sys/arch/arm/imx/imx6_ocotp.c \
src/sys/arch/arm/imx/imx6_ocotpreg.h src/sys/arch/arm/imx/imx6_ocotpvar.h \
src/sys/arch/arm/imx/imx6_pciereg.h src/sys/arch/arm/imx/imx6_snvsreg.h \
src/sys/arch/arm/imx/imx6_usbphyreg.h src/sys/arch/arm/imx/imx7_intr.h \
src/sys/arch/arm/imx/imx7_iomux.c src/sys/arch/arm/imx/imx7_ocotp.c \
src/sys/arch/arm/imx/imx7_ocotpvar.h src/sys/arch/arm/imx/imx7_rdcreg.h \
src/sys/arch/arm/imx/imx7_snvs.c src/sys/arch/arm/imx/imx7_wdog.c \
src/sys/arch/arm/imx/imx7reg.h
cvs rdiff -u -r1.5 -r0 src/sys/arch/arm/imx/imx6_axi.c \
src/sys/arch/arm/imx/imx7_usb.c
cvs rdiff -u -r1.16 -r0 src/sys/arch/arm/imx/imx6_board.c
cvs rdiff -u -r1.19 -r0 src/sys/arch/arm/imx/imx6_ccm.c
cvs rdiff -u -r1.11 -r0 src/sys/arch/arm/imx/imx6_ccmreg.h
cvs rdiff -u -r1.8 -r0 src/sys/arch/arm/imx/imx6_ccmvar.h
cvs rdiff -u -r1.3 -r0 src/sys/arch/arm/imx/imx6_gpio.c \
src/sys/arch/arm/imx/imx6_i2c.c src/sys/arch/arm/imx/imx6_uart.c \
src/sys/arch/arm/imx/imx6_usbphy.c src/sys/arch/arm/imx/imx7_axi.c \
src/sys/arch/arm/imx/imx7_board.c src/sys/arch/arm/imx/imxpcie.c
cvs rdiff -u -r1.4 -r0 src/sys/arch/arm/imx/imx6_intr.h \
src/sys/arch/arm/imx/imx7_usdhc.c
cvs rdiff -u -r1.17 -r0 src/sys/arch/arm/imx/imx6_pcie.c
cvs rdiff -u -r1.2 -r0 src/sys/arch/arm/imx/imx6_snvs.c \
src/sys/arch/arm/imx/imx6_srcreg.h src/sys/arch/arm/imx/imx6_usbreg.h \
src/sys/arch/arm/imx/imx6_wdog.c src/sys/arch/arm/imx

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

2020-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 23 15:56:43 UTC 2020

Modified Files:
src/sys/arch/evbarm/conf: GENERIC

Log Message:
Deduplicate and group the USB stuff.  Spotted by uwe@


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2020-12-23 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Dec 23 16:02:12 UTC 2020

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_bsc_fdt.c
src/sys/arch/arm/nvidia: tegra_i2c.c
src/sys/arch/arm/rockchip: rk_i2c.c
src/sys/arch/arm/samsung: exynos_i2c.c
src/sys/arch/arm/sociox: sni_i2c.c
src/sys/arch/arm/sunxi: sunxi_rsb.c sunxi_twi.c
src/sys/arch/arm/ti: ti_iic.c
src/sys/dev/fdt: dwiic_fdt.c fdt_i2c.c fdtvar.h
src/sys/dev/i2c: motoi2c.c

Log Message:
Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t,
rather than the device and a set of functions (the only of which was to
return the i2c_tag_t anyway).  Previously, this assumed only a single
i2c controller node per device_t, which is not true with an i2c mux.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/broadcom/bcm2835_bsc_fdt.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/nvidia/tegra_i2c.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/rockchip/rk_i2c.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/samsung/exynos_i2c.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/sociox/sni_i2c.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/sunxi/sunxi_rsb.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/sunxi/sunxi_twi.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/ti/ti_iic.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/dwiic_fdt.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/fdt/fdt_i2c.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/fdt/fdtvar.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/motoi2c.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/fdt

2020-12-23 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Dec 23 16:04:42 UTC 2020

Modified Files:
src/sys/dev/fdt: i2cmux_fdt.c

Log Message:
Register each virtual bus's i2c_tag_t so that references for e.g. HDMI DDC
in the device tree work.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/i2cmux_fdt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 23 16:52:06 UTC 2020

Modified Files:
src/sys/arch/arm/nxp: imx6_spi.c

Log Message:
Attachment pretty print


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nxp/imx6_spi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/i2c

2020-12-23 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Dec 23 17:10:37 UTC 2020

Modified Files:
src/sys/dev/i2c: em3027.c

Log Message:
Add direct-config support.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/em3027.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/i2c

2020-12-23 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Dec 23 17:57:00 UTC 2020

Modified Files:
src/sys/dev/i2c: em3027.c

Log Message:
G/c trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/em3027.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/hp300

2020-12-23 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Dec 23 17:57:17 UTC 2020

Modified Files:
src/distrib/notes/hp300: hardware

Log Message:
Add A1659A CRX framebuffer to "Supported hardware" list.

Also remove SGC support from "Unsupported hardware" list.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/notes/hp300/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-12-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec 24 06:14:42 UTC 2020

Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c

Log Message:
 Remove strange ixgbe_enable_intr() in ixgbe_legacy_irq().

 If the interface is UP and the INTx line is shared with other devices,
it result in enabling all interrupt sources even if some of them are
disabled for the workqueue. Delete ixgbe_enable_intr() in ixgbe_legacy_irq().


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/sys/dev/pci/ixgbe/ixgbe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.