CVS commit: src/sbin/fsck_lfs

2017-06-10 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Jun 10 08:13:15 UTC 2017

Modified Files:
src/sbin/fsck_lfs: inode.c lfs.c pass6.c segwrite.c

Log Message:
Update inode member i_flag --> i_state to keep up with kernel changes


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sbin/fsck_lfs/inode.c
cvs rdiff -u -r1.72 -r1.73 src/sbin/fsck_lfs/lfs.c
cvs rdiff -u -r1.49 -r1.50 src/sbin/fsck_lfs/pass6.c
cvs rdiff -u -r1.45 -r1.46 src/sbin/fsck_lfs/segwrite.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/tc

2017-06-10 Thread Felix Deichmann
Module Name:src
Committed By:   flxd
Date:   Sat Jun 10 12:03:30 UTC 2017

Modified Files:
src/sys/dev/tc: tc.c

Log Message:
Fix missing TC bus speed.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/tc/tc.c

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



CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-06-10 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Jun 10 13:25:51 UTC 2017

Modified Files:
src/sys/dev/ic [jdolecek-ncq]: mvsata.c mvsatareg.h

Log Message:
use satafis routine to build the command block for Gen IIe to reduce code
duplication


To generate a diff of this commit:
cvs rdiff -u -r1.35.6.7 -r1.35.6.8 src/sys/dev/ic/mvsata.c
cvs rdiff -u -r1.3 -r1.3.28.1 src/sys/dev/ic/mvsatareg.h

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



CVS commit: src/sys/netipsec

2017-06-10 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sat Jun 10 14:21:01 UTC 2017

Modified Files:
src/sys/netipsec: key.c

Log Message:
Do m_pullup before mtod

It may fix panicks of some tests on anita/sparc and anita/GuruPlug.


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/netipsec/key.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

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jun 10 15:13:19 UTC 2017

Modified Files:
src/sys/arch/arm/samsung: exynos_intr.h exynos_reg.h exynos_soc.c
exynos_sscom.c files.exynos sscom.c
src/sys/arch/evbarm/conf: EXYNOS files.exynos std.exynos
src/sys/arch/evbarm/exynos: platform.h
Added Files:
src/sys/arch/arm/samsung: exynos_platform.c
Removed Files:
src/sys/arch/arm/samsung: exynos5422_dma.c exynos_fdt.c
src/sys/arch/evbarm/exynos: exynos_machdep.c

Log Message:
Get the EXYNOS kernel building again with recent FDT changes. Untested.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/sys/arch/arm/samsung/exynos5422_dma.c
cvs rdiff -u -r1.4 -r0 src/sys/arch/arm/samsung/exynos_fdt.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos_intr.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/samsung/exynos_platform.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/samsung/exynos_reg.h
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/samsung/exynos_soc.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/samsung/exynos_sscom.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/samsung/files.exynos
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/samsung/sscom.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/EXYNOS
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/files.exynos
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.exynos
cvs rdiff -u -r1.7 -r0 src/sys/arch/evbarm/exynos/exynos_machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/exynos/platform.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/evbarm/exynos

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jun 10 23:20:56 UTC 2017

Modified Files:
src/sys/arch/evbarm/exynos: exynos_start.S

Log Message:
Use arm_fdt_cpu_hatch and add mmu entry for DTB


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/exynos/exynos_start.S

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

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jun 10 23:22:36 UTC 2017

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

Log Message:
Fix exynos5 devmap, bootstrap, and implement early_putchar.


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

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jun 10 23:23:05 UTC 2017

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

Log Message:
Calculate UART frequency based on bootloader config.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/samsung/exynos_sscom.c

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

2017-06-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jun 10 23:26:32 UTC 2017

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
add the tests set.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/distrib/utils/embedded/mkimage

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

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jun 11 00:03:29 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf: std.exynos

Log Message:
Fix KERNEL_BASE_PHYS (how did this ever work?)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.exynos

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

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jun 11 00:13:15 UTC 2017

Modified Files:
src/sys/arch/arm/samsung: exynos_reg.h

Log Message:
Avoid divide-by-zero for unconfigured PLLs


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

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jun 11 00:54:26 UTC 2017

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

Log Message:
Correctly initialize i2cbus attach args.


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

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jun 11 01:09:44 UTC 2017

Modified Files:
src/sys/arch/arm/samsung: exynos_platform.c mct.c mct_var.h

Log Message:
Add delay and enable mct timecounter.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos_platform.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/samsung/mct.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/samsung/mct_var.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/arm/samsung

2017-06-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jun 11 01:15:11 UTC 2017

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

Log Message:
Fix build w/o VERBOSE_INIT_ARM


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

2017-06-10 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sun Jun 11 03:25:02 UTC 2017

Modified Files:
src/sys/dev: spkr_audio.c

Log Message:
Remove unused code - it will reappear in a new device.

Ok pgoyette@.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/spkr_audio.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

2017-06-10 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sun Jun 11 03:33:48 UTC 2017

Modified Files:
src/sys/dev: spkr.c spkr_audio.c spkrio.h spkrvar.h

Log Message:
Add ioctls for setting and getting the beep volume.  Currently only
supported on spkr devices attached to audio.

Ok pgoyette@.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/spkr.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/spkr_audio.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/spkrio.h
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/spkrvar.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/wscons

2017-06-10 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sun Jun 11 03:38:12 UTC 2017

Modified Files:
src/sys/dev/wscons: wskbd.c
Added Files:
src/sys/dev/wscons: wsbelldata.h

Log Message:
Seperate the definitions for the console beep.  This code will be shared
with a new device.

Ok pgoyette@.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/wscons/wsbelldata.h
cvs rdiff -u -r1.138 -r1.139 src/sys/dev/wscons/wskbd.c

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



CVS commit: src/sys

2017-06-10 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sun Jun 11 03:55:57 UTC 2017

Modified Files:
src/sys/conf: files
src/sys/dev: spkr.c spkrvar.h
src/sys/dev/pckbport: pckbd.c
src/sys/dev/wscons: files.wscons wsconsio.h wsmux.c wsmuxvar.h
Added Files:
src/sys/dev/wscons: wsbell.c wsbellmux.c wsbellmuxvar.h wsbellvar.h

Log Message:
New device wsbell - allows for a console beep for non pckbds (usb etc).
Works for platforms without pcppi - can work with spkr at audio and spkr
at pcppi.

To use add the following to your kernel config:
wsbell* at spkr? console?

Ok pgoyette@.


To generate a diff of this commit:
cvs rdiff -u -r1.1175 -r1.1176 src/sys/conf/files
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/spkr.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/spkrvar.h
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pckbport/pckbd.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/wscons/files.wscons
cvs rdiff -u -r0 -r1.1 src/sys/dev/wscons/wsbell.c \
src/sys/dev/wscons/wsbellmux.c src/sys/dev/wscons/wsbellmuxvar.h \
src/sys/dev/wscons/wsbellvar.h
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/wscons/wsconsio.h
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/wscons/wsmux.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/wscons/wsmuxvar.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

2017-06-10 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Jun 11 05:26:52 UTC 2017

Modified Files:
src/sys/dev: spkr.c

Log Message:
The wsmux.h file is only created for kernel builds.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/spkr.c

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



CVS commit: src/sys/modules/spkr

2017-06-10 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Jun 11 05:28:28 UTC 2017

Modified Files:
src/sys/modules/spkr: Makefile

Log Message:
Define the NWSMUX symbol for the spkr module (for modules, we cannot
use the wsmux.h file created by the needs-flag in sys/conf/files)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/spkr/Makefile

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