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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:32:43 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_netbsd.h Log Message: Enable TX multiqueue by default on both ixg(4) and ixv(4). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:32:43 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_netbsd.h Log Message: Enable TX multiqueue by default on both ixg(4) and ixv(4). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:28:53 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Enable multiqueue. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/ixgbe/ixv.c Please note that diffs are

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:28:53 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Enable multiqueue. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/ixgbe/ixv.c Please note that diffs are

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:24:44 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Use dmat64 if available. Same as ixgbe.c rev. 1.60. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:24:44 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Use dmat64 if available. Same as ixgbe.c rev. 1.60. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:20:29 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Fix a bug that 1Gbps is printed even if the phyiscal media is at 100Mbps. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:20:29 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Fix a bug that 1Gbps is printed even if the phyiscal media is at 100Mbps. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 04:18:42 UTC 2017 Modified Files: src/distrib/sets/lists/etc: mi Log Message: Don't track /etc/nsd/nsd.conf and /etc/unbound/unbound.conf To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246

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

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 04:18:42 UTC 2017 Modified Files: src/distrib/sets/lists/etc: mi Log Message: Don't track /etc/nsd/nsd.conf and /etc/unbound/unbound.conf To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:14:05 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Fix detach path: - Call softint_disestablish() and pci_intr_disestablish() for all queues correctly. - Add missing sysctl_teardown() to

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:14:05 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Fix detach path: - Call softint_disestablish() and pci_intr_disestablish() for all queues correctly. - Add missing sysctl_teardown() to

CVS commit: src/usr.sbin/makefs/ffs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 04:08:53 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Don't store random (from ASLR) pointers into the superblock. Should be the last (famous last words) problem with reproducible builds!

CVS commit: src/usr.sbin/makefs/ffs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 04:08:53 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Don't store random (from ASLR) pointers into the superblock. Should be the last (famous last words) problem with reproducible builds!

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:05:13 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Add queue number into interrupt name. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/ixgbe/ixgbe.c

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 04:05:13 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Add queue number into interrupt name. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/ixgbe/ixgbe.c

CVS commit: src/doc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 8 04:01:44 UTC 2017 Modified Files: src/doc: CHANGES Log Message: pthread_dbg(3): Removed from the base distribution. To generate a diff of this commit: cvs rdiff -u -r1.2243 -r1.2244 src/doc/CHANGES Please note that

CVS commit: src/doc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 8 04:01:44 UTC 2017 Modified Files: src/doc: CHANGES Log Message: pthread_dbg(3): Removed from the base distribution. To generate a diff of this commit: cvs rdiff -u -r1.2243 -r1.2244 src/doc/CHANGES Please note that

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 03:59:12 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Set ifm_active to IFM_NONE when the physical interface's link is down. Now ifconfig shows "media: Ethernet autoselect '(none)'".

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

2017-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 8 03:59:12 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Set ifm_active to IFM_NONE when the physical interface's link is down. Now ifconfig shows "media: Ethernet autoselect '(none)'".

CVS commit: src

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 8 03:44:41 UTC 2017 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/distrib/sets/lists/tests: mi

CVS commit: src

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 8 03:44:41 UTC 2017 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/distrib/sets/lists/tests: mi

CVS commit: src/usr.sbin/makefs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 02:23:45 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: no, this is wrong. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/makefs/ffs.c Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 02:23:45 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: no, this is wrong. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/makefs/ffs.c Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 02:20:35 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: zero out the superblock so that it does not contain random stuff in the spare fields. To generate a diff of this commit: cvs rdiff -u -r1.66

CVS commit: src/usr.sbin/makefs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 02:20:35 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: zero out the superblock so that it does not contain random stuff in the spare fields. To generate a diff of this commit: cvs rdiff -u -r1.66

CVS commit: src/external/gpl3/gdb.old

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 8 01:32:37 UTC 2017 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile src/external/gpl3/gdb.old/bin/gdbtui: Makefile src/external/gpl3/gdb.old/dist/gdb: nbsd-thread.c Log Message: Detach

CVS commit: src/external/gpl3/gdb.old

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 8 01:32:37 UTC 2017 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile src/external/gpl3/gdb.old/bin/gdbtui: Makefile src/external/gpl3/gdb.old/dist/gdb: nbsd-thread.c Log Message: Detach

CVS commit: src/external/gpl3/gdb

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 22:53:20 UTC 2017 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: Detach libpthread_dbg(3)

CVS commit: src/external/gpl3/gdb

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 22:53:20 UTC 2017 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: Detach libpthread_dbg(3)

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

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:37:18 UTC 2017 Modified Files: src/distrib/sets/lists/misc: mi Log Message: add config files as examples To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/distrib/sets/lists/misc/mi Please

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

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:37:18 UTC 2017 Modified Files: src/distrib/sets/lists/misc: mi Log Message: add config files as examples To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/distrib/sets/lists/misc/mi Please

CVS commit: src/external/bsd

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:34:37 UTC 2017 Modified Files: src/external/bsd/nsd/etc: Makefile src/external/bsd/unbound/etc: Makefile Log Message: don't overwrite etc files. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/bsd

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:34:37 UTC 2017 Modified Files: src/external/bsd/nsd/etc: Makefile src/external/bsd/unbound/etc: Makefile Log Message: don't overwrite etc files. To generate a diff of this commit: cvs rdiff -u -r1.1

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

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:34:09 UTC 2017 Modified Files: src/distrib/sets/lists/base: mi Log Message: add nsd and unbound example dirs To generate a diff of this commit: cvs rdiff -u -r1.1152 -r1.1153 src/distrib/sets/lists/base/mi

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

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:34:09 UTC 2017 Modified Files: src/distrib/sets/lists/base: mi Log Message: add nsd and unbound example dirs To generate a diff of this commit: cvs rdiff -u -r1.1152 -r1.1153 src/distrib/sets/lists/base/mi

CVS commit: src/etc/mtree

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:31:29 UTC 2017 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add nsd and unbound example dirs To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/etc/mtree/NetBSD.dist.base Please

CVS commit: src/etc/mtree

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:31:29 UTC 2017 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add nsd and unbound example dirs To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/etc/mtree/NetBSD.dist.base Please

CVS commit: src/lib/libc/stdlib

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:25:25 UTC 2017 Modified Files: src/lib/libc/stdlib: hcreate.3 Log Message: PR/51958: Ngie Cooper: ESRCH error description in hcreate(3) contains typo for action To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/stdlib

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:25:25 UTC 2017 Modified Files: src/lib/libc/stdlib: hcreate.3 Log Message: PR/51958: Ngie Cooper: ESRCH error description in hcreate(3) contains typo for action To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/mk

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 21:19:14 UTC 2017 Modified Files: src/share/mk: bsd.sys.mk Log Message: Kernel build objdirs have a kernel name after the objdir. Use a regex for that. Note that debug-prefix-map and debug-regex-map insert entries in

CVS commit: src/share/mk

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 21:19:14 UTC 2017 Modified Files: src/share/mk: bsd.sys.mk Log Message: Kernel build objdirs have a kernel name after the objdir. Use a regex for that. Note that debug-prefix-map and debug-regex-map insert entries in

CVS commit: src/etc

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 21:18:05 UTC 2017 Modified Files: src/etc: Makefile Log Message: Use make -C instead of cd && make; this is done to preserve the logical path for debugging info DW_AT_comp_dir To generate a diff of this commit: cvs

CVS commit: src/etc

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 21:18:05 UTC 2017 Modified Files: src/etc: Makefile Log Message: Use make -C instead of cd && make; this is done to preserve the logical path for debugging info DW_AT_comp_dir To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 21:16:31 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: use the logical path for -C if correct. To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 21:16:31 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: use the logical path for -C if correct. To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/usr.bin/make/main.c Please note

CVS commit: src/lib/libc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 19:29:40 UTC 2017 Modified Files: src/lib/libc/gen: Makefile.inc src/lib/libc/sys: Makefile.inc Added Files: src/lib/libc/gen: exect.c Removed Files: src/lib/libc/arch/aarch64/sys: exect.S

CVS commit: src/lib/libc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 19:29:40 UTC 2017 Modified Files: src/lib/libc/gen: Makefile.inc src/lib/libc/sys: Makefile.inc Added Files: src/lib/libc/gen: exect.c Removed Files: src/lib/libc/arch/aarch64/sys: exect.S

CVS commit: src/distrib/utils/x_ifconfig

2017-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 7 16:49:40 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: Define NOMAN before including bsd.own.mk to set MKMAN=no appropriately. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/distrib/utils/x_ifconfig

2017-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 7 16:49:40 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: Define NOMAN before including bsd.own.mk to set MKMAN=no appropriately. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/doc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 16:15:05 UTC 2017 Modified Files: src/doc: TODO.ptrace Log Message: Update TODO.ptrace Note PT_WATCHPOINT change to PT_*ETDBREGS. Remove GDB and LLDB related entries from generic ptrace(2) TODO. Note need for TRAP_SCE

CVS commit: src/doc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 16:15:05 UTC 2017 Modified Files: src/doc: TODO.ptrace Log Message: Update TODO.ptrace Note PT_WATCHPOINT change to PT_*ETDBREGS. Remove GDB and LLDB related entries from generic ptrace(2) TODO. Note need for TRAP_SCE

CVS commit: src/sbin/fsck_ffs

2017-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 7 16:14:48 UTC 2017 Modified Files: src/sbin/fsck_ffs: Makefile Log Message: Do not compile in progress.c when SMALLPROG is defined. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/fsck_ffs/Makefile

CVS commit: src/sbin/fsck_ffs

2017-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 7 16:14:48 UTC 2017 Modified Files: src/sbin/fsck_ffs: Makefile Log Message: Do not compile in progress.c when SMALLPROG is defined. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/fsck_ffs/Makefile

CVS commit: src/lib/libc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 15:33:25 UTC 2017 Modified Files: src/lib/libc: shlib_version Log Message: Document in libc's shlib_version request for exect(3) removal This functionality has been moved long time to the kernel. Kernel exec() emits

CVS commit: src/lib/libc

2017-02-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 7 15:33:25 UTC 2017 Modified Files: src/lib/libc: shlib_version Log Message: Document in libc's shlib_version request for exect(3) removal This functionality has been moved long time to the kernel. Kernel exec() emits

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k

2017-02-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Feb 7 11:18:43 UTC 2017 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes-m68k.S aes.inc Log Message: Implement m68k assembly version of AES. It's approx 1.4 times faster than the original

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k

2017-02-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Feb 7 11:18:43 UTC 2017 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes-m68k.S aes.inc Log Message: Implement m68k assembly version of AES. It's approx 1.4 times faster than the original

CVS commit: src/sys/net

2017-02-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 7 11:17:50 UTC 2017 Modified Files: src/sys/net: if_tap.c Log Message: KNF and trailing whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/net/if_tap.c Please note

CVS commit: src/sys/net

2017-02-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 7 11:17:50 UTC 2017 Modified Files: src/sys/net: if_tap.c Log Message: KNF and trailing whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/net/if_tap.c Please note

CVS commit: src/sys/dev/fdt

2017-02-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 7 09:14:52 UTC 2017 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Fix non-DIAGNOSTIC build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdtbus.c Please note that diffs are not

CVS commit: src/sys/dev/fdt

2017-02-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 7 09:14:52 UTC 2017 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Fix non-DIAGNOSTIC build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdtbus.c Please note that diffs are not