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

2015-12-24 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu Dec 24 12:47:38 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_timer.c

Log Message:
use "watchdog" clock if not defined in fdt


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nvidia/tegra_timer.c

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



CVS commit: src/lib/libm/arch/m68k

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 24 14:12:12 UTC 2015

Added Files:
src/lib/libm/arch/m68k: fenv.c

Log Message:
add fenv for m68k


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/arch/m68k/fenv.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/m68k/include

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 24 14:12:39 UTC 2015

Modified Files:
src/sys/arch/m68k/include: Makefile
Added Files:
src/sys/arch/m68k/include: fenv.h

Log Message:
fenv for m68k


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/m68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/m68k/include/fenv.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

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 24 14:13:36 UTC 2015

Modified Files:
src/sys/arch/amiga/include: Makefile
src/sys/arch/atari/include: Makefile
src/sys/arch/cesfic/include: Makefile
src/sys/arch/evbcf/include: Makefile
src/sys/arch/hp300/include: Makefile
src/sys/arch/luna68k/include: Makefile
src/sys/arch/mac68k/include: Makefile
src/sys/arch/mvme68k/include: Makefile
src/sys/arch/news68k/include: Makefile
src/sys/arch/next68k/include: Makefile
src/sys/arch/sun2/include: Makefile
src/sys/arch/sun3/include: Makefile
src/sys/arch/x68k/include: Makefile
Added Files:
src/sys/arch/amiga/include: fenv.h
src/sys/arch/atari/include: fenv.h
src/sys/arch/cesfic/include: fenv.h
src/sys/arch/evbcf/include: fenv.h
src/sys/arch/hp300/include: fenv.h
src/sys/arch/luna68k/include: fenv.h
src/sys/arch/mac68k/include: fenv.h
src/sys/arch/mvme68k/include: fenv.h
src/sys/arch/news68k/include: fenv.h
src/sys/arch/next68k/include: fenv.h
src/sys/arch/sun2/include: fenv.h
src/sys/arch/sun3/include: fenv.h
src/sys/arch/x68k/include: fenv.h

Log Message:
fenv for m68k


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amiga/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/include/fenv.h
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/atari/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/atari/include/fenv.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/cesfic/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/cesfic/include/fenv.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbcf/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbcf/include/fenv.h
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hp300/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/hp300/include/fenv.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/luna68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/luna68k/include/fenv.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mac68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/mac68k/include/fenv.h
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mvme68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/mvme68k/include/fenv.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/news68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/news68k/include/fenv.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/next68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/next68k/include/fenv.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sun2/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/sun2/include/fenv.h
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sun3/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/sun3/include/fenv.h
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/x68k/include/fenv.h

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



CVS commit: src/include

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 24 14:13:59 UTC 2015

Modified Files:
src/include: fenv.h

Log Message:
add m68k, default types.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/include/fenv.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/ic

2015-12-24 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec 24 14:16:18 UTC 2015

Modified Files:
src/sys/dev/ic: spdmem.c spdmemreg.h spdmemvar.h

Log Message:
- Add DDR4E, LPDDR3 and LPDDR4.
- Check NVDIMM hybrid.
- add DDR4's tWR and tWTR.
- Print cycle time with aprint_verbose on DDR4 as DDR[23].


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/spdmem.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/spdmemreg.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/spdmemvar.h

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



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

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 24 14:16:46 UTC 2015

Modified Files:
src/distrib/sets/lists/comp: md.amiga md.atari md.cesfic md.evbcf
md.hp300 md.luna68k md.mac68k md.mvme68k md.news68k md.next68k
md.sun2 md.sun3 md.x68k

Log Message:
add fenv.h


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/distrib/sets/lists/comp/md.amiga \
src/distrib/sets/lists/comp/md.atari \
src/distrib/sets/lists/comp/md.mac68k
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/comp/md.cesfic
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/comp/md.evbcf
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/comp/md.hp300 \
src/distrib/sets/lists/comp/md.sun3
cvs rdiff -u -r1.19 -r1.20 src/distrib/sets/lists/comp/md.luna68k
cvs rdiff -u -r1.37 -r1.38 src/distrib/sets/lists/comp/md.mvme68k
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/comp/md.news68k
cvs rdiff -u -r1.32 -r1.33 src/distrib/sets/lists/comp/md.next68k
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/comp/md.sun2
cvs rdiff -u -r1.60 -r1.61 src/distrib/sets/lists/comp/md.x68k

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



CVS commit: src/usr.sbin/makefs

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 24 15:52:37 UTC 2015

Modified Files:
src/usr.sbin/makefs: cd9660.c cd9660.h
src/usr.sbin/makefs/cd9660: cd9660_strings.c
src/usr.sbin/makefs/ffs: buf.c

Log Message:
little size_t/ssize_t...


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/makefs/cd9660.c
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/makefs/cd9660.h
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/makefs/cd9660/cd9660_strings.c
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/makefs/ffs/buf.c

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



CVS commit: src/sys/sys

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 24 15:53:06 UTC 2015

Modified Files:
src/sys/sys: time.h

Log Message:
explicit casts to time_t, since we are going from unsigned -> signed.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/sys/time.h

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



CVS commit: src/sbin/gpt

2015-12-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Dec 24 17:35:57 UTC 2015

Modified Files:
src/sbin/gpt: header.c

Log Message:
Fix output in an error case


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/header.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/samsung

2015-12-24 Thread Marty Fouts
Module Name:src
Committed By:   marty
Date:   Thu Dec 24 21:20:17 UTC 2015

Modified Files:
src/sys/arch/arm/samsung: exynos_combiner.c

Log Message:
XU4 interrupt combiner

Written but untested.  I'm still confused about how to handle two things:

1) at interrupt disestablishment, where do I get an interrupt number so
   that I can disable the interrupt on the combiner?

2) How is interrupt multiplexing handled?  I don't seem to have any sort of
   interrupt dispatch routine that takes the 1 interrupt that reaches the
   gic and turn it into one of eight combined interrupts to call the
   established interrupt for the original uncombined interrupt source.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos_combiner.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/samsung

2015-12-24 Thread Marty Fouts
Module Name:src
Committed By:   marty
Date:   Thu Dec 24 21:30:05 UTC 2015

Modified Files:
src/sys/arch/arm/samsung: exynos_i2c.c

Log Message:
XU4 I2C snapshot

This is a complete, but untested, driver; except that it needs to be able
to configure gpios and, afaict, we don't yet have an fdtbus_gpio_* function
that will do that.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/samsung/exynos_i2c.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

2015-12-24 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec 25 04:50:16 UTC 2015

Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h

Log Message:
- Fix RAL table's size of PCH2 and PCH_LPT.
- PCH_LPT (and newer device) is required to check FWSM_WLOCK_MAC bit to
  determine the range of the RAL.
- Fix typo in comment and modify comment by tnn@.
- Rename wm_check_reset_block() to wm_phy_resetisblocked() and make it returns
  bool. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.385 -r1.386 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.87 -r1.88 src/sys/dev/pci/if_wmreg.h
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_wmvar.h

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



CVS commit: src/external/bsd/tcpdump/dist

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 25 04:50:21 UTC 2015

Modified Files:
src/external/bsd/tcpdump/dist: parsenfsfh.c

Log Message:
We stuck the generation number eons ago before the inode, so we broke
inode printing in nfs file handles.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/tcpdump/dist/parsenfsfh.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

2015-12-24 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec 25 05:45:40 UTC 2015

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

Log Message:
 Modify comment for 82544 Errata 9 "Certain register cannot be written with
particular alignments in PCI-X bus operation".


To generate a diff of this commit:
cvs rdiff -u -r1.386 -r1.387 src/sys/dev/pci/if_wm.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/mips/include

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 25 06:01:38 UTC 2015

Modified Files:
src/sys/arch/mips/include: ieeefp.h

Log Message:
remove dup fenv


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/include/ieeefp.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/powerpc/include

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 25 06:02:10 UTC 2015

Modified Files:
src/sys/arch/powerpc/include: ieeefp.h

Log Message:
move fenv inside ifdef


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/include/ieeefp.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/m68k/include

2015-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 25 06:03:06 UTC 2015

Modified Files:
src/sys/arch/m68k/include: ieeefp.h

Log Message:
get rid of dup fenv.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/m68k/include/ieeefp.h

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



CVS commit: src/sys

2015-12-24 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Fri Dec 25 06:47:57 UTC 2015

Modified Files:
src/sys/netinet: in_gif.c
src/sys/netinet6: in6_gif.c

Log Message:
use satosin{,6} macros instead of casts.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/netinet/in_gif.c
cvs rdiff -u -r1.63 -r1.64 src/sys/netinet6/in6_gif.c

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