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

2019-12-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 25 10:49:29 UTC 2019

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_intr.c

Log Message:
Use PIC_IRQBASE_ALLOC and allow conditional attachment of interrupt
handlers (for RPI4)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/broadcom/bcm2835_intr.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/evbarm/conf

2019-12-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 25 10:51:20 UTC 2019

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

Log Message:
Add EARLYCONS=bcm2711 example (commented out)


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/evbarm/conf/GENERIC64

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

2019-12-25 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Dec 25 14:08:47 UTC 2019

Modified Files:
src/sys/dev/i2c: gttwsi_core.c gttwsivar.h

Log Message:
Remove assertions that no longer make sense now that the bus acquire / release
logic is handled by the upper layer.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/i2c/gttwsi_core.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/gttwsivar.h

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



CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2019-12-25 Thread Izumi Tsutsui
Module Name:xsrc
Committed By:   tsutsui
Date:   Wed Dec 25 14:36:34 UTC 2019

Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c

Log Message:
Fix Xorg wsfb server "Rotate" corruption problem.  PR xsrc/54167

Confirmed on zaurus SL-C1000, SL-C3000 (CW) and hpcarm WS003SH (CCW).
Should be pulled up to netbsd-8 and netbsd-9.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c

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



CVS commit: src/sys/kern

2019-12-25 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Dec 25 15:54:02 UTC 2019

Modified Files:
src/sys/kern: sys_ptrace_common.c

Log Message:
Cast PTRACE_LWP_GETPRIVATE to (void *) through (intptr_t)

Fixes sparc build.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/kern/sys_ptrace_common.c

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



CVS commit: src/share/man/man4

2019-12-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Dec 25 15:56:35 UTC 2019

Modified Files:
src/share/man/man4: cas.4

Log Message:
 Update supported device list with part number. From FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/cas.4

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

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src
Committed By:   yamaguchi
Date:   Thu Dec 26 03:08:19 UTC 2019

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

Log Message:
Improve DDPRINTF for ixl(4)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_ixl.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/pci

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src
Committed By:   yamaguchi
Date:   Thu Dec 26 03:17:01 UTC 2019

Modified Files:
src/sys/dev/pci: if_ixl.c if_ixlvar.h

Log Message:
ixl(4) supports IFCAP_CSUM_*_Rx

OKed by msaitoh@n.o.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_ixl.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_ixlvar.h

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

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src
Committed By:   yamaguchi
Date:   Thu Dec 26 03:55:00 UTC 2019

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

Log Message:
Fix lack of of sysctl_teardown() in ixl(4)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/if_ixl.c

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



CVS commit: src/sys/netinet

2019-12-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec 26 04:44:10 UTC 2019

Modified Files:
src/sys/netinet: sctp_output.c sctp_pcb.c

Log Message:
 Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/netinet/sctp_output.c
cvs rdiff -u -r1.18 -r1.19 src/sys/netinet/sctp_pcb.c

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



CVS commit: src

2019-12-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec 26 04:53:12 UTC 2019

Modified Files:
src/lib/librumpuser: rumpuser_dl.c
src/sys/altq: altq_blue.c altq_red.c altq_rio.c
src/sys/arch/arm/imx: imxecspireg.h
src/sys/arch/ia64/include: bootinfo.h
src/sys/arch/sgimips/mace: if_mec.c
src/sys/dev/flash: flash.c
src/sys/dev/marvell: ehci_mv.c
src/sys/dev/nand: onfi.h
src/usr.sbin/mmcformat: mmcformat.c
src/usr.sbin/sysinst: partitions.h
src/usr.sbin/syslogd: syslogd.c

Log Message:
s/lenght/length/


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/librumpuser/rumpuser_dl.c
cvs rdiff -u -r1.24 -r1.25 src/sys/altq/altq_blue.c
cvs rdiff -u -r1.31 -r1.32 src/sys/altq/altq_red.c
cvs rdiff -u -r1.23 -r1.24 src/sys/altq/altq_rio.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/imx/imxecspireg.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/include/bootinfo.h
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/sgimips/mace/if_mec.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/flash/flash.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/marvell/ehci_mv.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/nand/onfi.h
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/mmcformat/mmcformat.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sysinst/partitions.h
cvs rdiff -u -r1.131 -r1.132 src/usr.sbin/syslogd/syslogd.c

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