CVS commit: src/sys/dev/pci

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Mar 16 01:54:23 UTC 2020 Modified Files: src/sys/dev/pci: if_pcn.c if_sip.c Log Message: Do the "have transmit resources available" check before checking that there is a packet in the send queue. To generate a diff of this

CVS commit: src/sys/dev/pci

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Mar 16 01:54:23 UTC 2020 Modified Files: src/sys/dev/pci: if_pcn.c if_sip.c Log Message: Do the "have transmit resources available" check before checking that there is a packet in the send queue. To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 16 01:37:51 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: Unfortunately all the clockctl ioctls contain pointers to structs instead of the structs themselves, so they need special

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 16 01:37:51 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: Unfortunately all the clockctl ioctls contain pointers to structs instead of the structs themselves, so they need special

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 16 00:05:29 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: Don't open-code ioctls, pass back to the 64 bit ones (found by maxv@), To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 16 00:05:29 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: Don't open-code ioctls, pass back to the 64 bit ones (found by maxv@), To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common

2020-03-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Mar 15 23:51:28 UTC 2020 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common: sanitizer_platform_limits_netbsd.cc Log Message: Fix compiler-rt build with MKIPFILTER=no Cherry-pick upstream

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common

2020-03-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Mar 15 23:51:28 UTC 2020 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common: sanitizer_platform_limits_netbsd.cc Log Message: Fix compiler-rt build with MKIPFILTER=no Cherry-pick upstream

CVS commit: src/sys

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 23:14:41 UTC 2020 Modified Files: src/sys/kern: uipc_mbuf.c src/sys/net: if_ethersubr.c src/sys/sys: mbuf.h Log Message: Add and use a new function, mowner_init_owner(), that initializes an MBUFTRACE

CVS commit: src/sys

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 23:14:41 UTC 2020 Modified Files: src/sys/kern: uipc_mbuf.c src/sys/net: if_ethersubr.c src/sys/sys: mbuf.h Log Message: Add and use a new function, mowner_init_owner(), that initializes an MBUFTRACE

CVS commit: src/sys/sys

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 23:06:02 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.50 -- ifmedia / mii locking changes. To generate a diff of this commit: cvs rdiff -u -r1.652 -r1.653 src/sys/sys/param.h Please note

CVS commit: src/sys/sys

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 23:06:02 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.50 -- ifmedia / mii locking changes. To generate a diff of this commit: cvs rdiff -u -r1.652 -r1.653 src/sys/sys/param.h Please note

CVS commit: src/sys

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 23:04:51 UTC 2020 Modified Files: src/sys/arch/arm/amlogic: gxlphy.c src/sys/arch/x86/pci: if_vmx.c src/sys/dev/mii: acphy.c amhphy.c atphy.c bmtphy.c brgphy.c ciphy.c dmphy.c etphy.c

CVS commit: src/sys/dev/pckbport

2020-03-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Mar 15 22:44:32 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Check for single-finger event jitter in all cases. I now have smooth two-finger scrolling. To generate a diff of this commit:

CVS commit: src/sys/dev/pckbport

2020-03-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Mar 15 22:44:32 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Check for single-finger event jitter in all cases. I now have smooth two-finger scrolling. To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 22:20:32 UTC 2020 Modified Files: src/sys/dev/pci: if_pcn.c if_sip.c if_ste.c if_stge.c Log Message: Don't bother with IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/dev/pci

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 22:20:32 UTC 2020 Modified Files: src/sys/dev/pci: if_pcn.c if_sip.c if_ste.c if_stge.c Log Message: Don't bother with IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/dev/ic

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 22:19:01 UTC 2020 Modified Files: src/sys/dev/ic: aic6915.c dp83932.c gem.c sgec.c smc83c170.c tulip.c Log Message: Don't bother with IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/dev/ic

2020-03-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 15 22:19:01 UTC 2020 Modified Files: src/sys/dev/ic: aic6915.c dp83932.c gem.c sgec.c smc83c170.c tulip.c Log Message: Don't bother with IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

Re: CVS commit: src/sys/arch/sparc/sparc

2020-03-15 Thread Andrew Doran
On Sun, Mar 15, 2020 at 11:38:03AM +1100, matthew green wrote: > "Andrew Doran" writes: > > Module Name:src > > Committed By: ad > > Date: Sat Mar 14 13:34:44 UTC 2020 > > > > Modified Files: > > src/sys/arch/sparc/sparc: intr.c > > > > Log Message: > > sparc

CVS commit: src/tests/net/ndp

2020-03-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Mar 15 21:15:25 UTC 2020 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: tests: ndp_rtm: Check correct source address in RTA_AUTHOR Fixes PR kern/55074. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/tests/net/ndp

2020-03-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Mar 15 21:15:25 UTC 2020 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: tests: ndp_rtm: Check correct source address in RTA_AUTHOR Fixes PR kern/55074. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/uvm

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 21:06:30 UTC 2020 Modified Files: src/sys/uvm: uvm_physseg.c Log Message: uvm_physseg: cluster fields used during RB tree lookup for PHYS_TO_VM_PAGE(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/uvm

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 21:06:30 UTC 2020 Modified Files: src/sys/uvm: uvm_physseg.c Log Message: uvm_physseg: cluster fields used during RB tree lookup for PHYS_TO_VM_PAGE(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/fs

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 20:10:26 UTC 2020 Modified Files: src/tests/fs/common: h_fsmacros.h src/tests/fs/zfs: t_zpool.sh Log Message: Skip tests when we know there is not enough space available To generate a diff of this commit: cvs

CVS commit: src/tests/fs

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 20:10:26 UTC 2020 Modified Files: src/tests/fs/common: h_fsmacros.h src/tests/fs/zfs: t_zpool.sh Log Message: Skip tests when we know there is not enough space available To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x86/x86

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 19:41:05 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.369 -r1.370 src/sys/arch/x86/x86/pmap.c Please note that diffs are not

CVS commit: src/sys/arch/x86/x86

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 19:41:05 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.369 -r1.370 src/sys/arch/x86/x86/pmap.c Please note that diffs are not

CVS commit: src/sys/arch/x86

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 15:58:24 UTC 2020 Modified Files: src/sys/arch/x86/include: pmap_pv.h src/sys/arch/x86/x86: pmap.c Log Message: - pmap_enter(): Remove cosmetic differences between the EPT & native cases. Remove old code to free

CVS commit: src/sys/arch/x86

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 15:58:24 UTC 2020 Modified Files: src/sys/arch/x86/include: pmap_pv.h src/sys/arch/x86/x86: pmap.c Log Message: - pmap_enter(): Remove cosmetic differences between the EPT & native cases. Remove old code to free

CVS commit: src/sys/arch/x86/x86

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 15:14:23 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: pmap_enter(): look directly in the tree for old PVE when installing an unmanaged mapping, because there is no existing pmap_page to check in the

CVS commit: src/sys/arch/x86/x86

2020-03-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 15 15:14:23 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: pmap_enter(): look directly in the tree for old PVE when installing an unmanaged mapping, because there is no existing pmap_page to check in the

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 15:00:15 UTC 2020 Modified Files: src/sys/dev/usb: uhci.c Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/sys/dev/usb/uhci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 15:00:15 UTC 2020 Modified Files: src/sys/dev/usb: uhci.c Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/sys/dev/usb/uhci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:58:54 UTC 2020 Modified Files: src/sys/dev/usb: uhci.c Log Message: Move some comments To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/dev/usb/uhci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:58:54 UTC 2020 Modified Files: src/sys/dev/usb: uhci.c Log Message: Move some comments To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/dev/usb/uhci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:19:04 UTC 2020 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: KNF the KNF To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/usb/usb_mem.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:19:04 UTC 2020 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: KNF the KNF To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/usb/usb_mem.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:17:33 UTC 2020 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/usb_mem.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:17:33 UTC 2020 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/usb_mem.c Please note that diffs are not public domain; they

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 15 14:15:12 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_mod.c netbsd32_sysctl.c Removed Files: src/sys/compat/netbsd32: netbsd32_sysctl.h Log Message: Use SYSCTL_SETUP mechanism to establish our

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 15 14:15:12 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_mod.c netbsd32_sysctl.c Removed Files: src/sys/compat/netbsd32: netbsd32_sysctl.h Log Message: Use SYSCTL_SETUP mechanism to establish our

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:14:50 UTC 2020 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: Remove useless #include To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/usb_mem.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 14:14:50 UTC 2020 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: Remove useless #include To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/usb_mem.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 13:59:20 UTC 2020 Modified Files: src/sys/dev/usb: uhci.c Log Message: Use howmany. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297 src/sys/dev/usb/uhci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 13:59:20 UTC 2020 Modified Files: src/sys/dev/usb: uhci.c Log Message: Use howmany. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297 src/sys/dev/usb/uhci.c Please note that diffs are not public

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

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 13:54:28 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Remove duplicate ehci @ fdt To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/evbarm/conf/GENERIC Please note

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

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 13:54:28 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Remove duplicate ehci @ fdt To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/evbarm/conf/GENERIC Please note

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 15 12:46:02 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c Log Message: Now that we have split the quota code out of the compat_netbsd32_50 module, it no longer depends on compat_50_quota.

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 15 12:46:02 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c Log Message: Now that we have split the quota code out of the compat_netbsd32_50 module, it no longer depends on compat_50_quota.

CVS commit: src/tests/fs/common

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 12:12:42 UTC 2020 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Hardcode a check for ZFS and too little free space in workdir to skip ZFS tests if the atf working directory is size restricted (ZFS has

CVS commit: src/tests/fs/common

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 12:12:42 UTC 2020 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Hardcode a check for ZFS and too little free space in workdir to skip ZFS tests if the atf working directory is size restricted (ZFS has

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

2020-03-15 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Mar 15 12:01:41 UTC 2020 Added Files: src/sys/arch/arm/sociox: files.sociox Log Message: driver description file for Socionext products To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2020-03-15 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Mar 15 12:01:41 UTC 2020 Added Files: src/sys/arch/arm/sociox: files.sociox Log Message: driver description file for Socionext products To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/uvm/pmap

2020-03-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 15 11:36:24 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap.h Log Message: Fix build for ports using uvm/pmap; pmap_remove_all() returns a boolean. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/uvm/pmap

2020-03-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 15 11:36:24 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap.h Log Message: Fix build for ports using uvm/pmap; pmap_remove_all() returns a boolean. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/uvm

2020-03-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 15 11:17:23 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c Log Message: Fix build with UVMHIST. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/sys/uvm/uvm_page.c Please note that diffs are not

CVS commit: src/tests/sbin/resize_ffs

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 11:17:59 UTC 2020 Modified Files: src/tests/sbin/resize_ffs: common.sh Log Message: Skip tests where the old or the new image size seem to not fit into the working directory. To generate a diff of this commit: cvs

CVS commit: src/tests/sbin/resize_ffs

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 11:17:59 UTC 2020 Modified Files: src/tests/sbin/resize_ffs: common.sh Log Message: Skip tests where the old or the new image size seem to not fit into the working directory. To generate a diff of this commit: cvs

CVS commit: src/sys/uvm

2020-03-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 15 11:17:23 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c Log Message: Fix build with UVMHIST. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/sys/uvm/uvm_page.c Please note that diffs are not

CVS commit: src/tests/sbin/newfs_msdos

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 10:15:16 UTC 2020 Modified Files: src/tests/sbin/newfs_msdos: t_create.sh Log Message: Skip this test if the atf working directory has not enough space for the created image. To generate a diff of this commit: cvs

CVS commit: src/tests/sbin/newfs_msdos

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 10:15:16 UTC 2020 Modified Files: src/tests/sbin/newfs_msdos: t_create.sh Log Message: Skip this test if the atf working directory has not enough space for the created image. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 07:56:19 UTC 2020 Modified Files: src/sys/dev/usb: ehcivar.h ohcivar.h uhcivar.h Log Message: Use roundup. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/usb/ehcivar.h cvs rdiff -u

CVS commit: src/sys/dev/usb

2020-03-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 15 07:56:19 UTC 2020 Modified Files: src/sys/dev/usb: ehcivar.h ohcivar.h uhcivar.h Log Message: Use roundup. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/usb/ehcivar.h cvs rdiff -u