CVS commit: src/sys/external/bsd/dwc2/dist

2014-07-03 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jul  3 07:18:43 UTC 2014

Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdqueue.c

Log Message:
Trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/dwc2/dist/dwc2_hcd.c
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/dwc2/dist/dwc2_hcdqueue.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

2014-07-03 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Thu Jul  3 08:43:49 UTC 2014

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

Log Message:
Change the pattern of KMEM_REDZONE so that the first byte is never '\0'.

>From me and lars@.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/kern/subr_kmem.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/x86/include

2014-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jul  3 17:24:33 UTC 2014

Modified Files:
src/sys/arch/x86/include: cacheinfo.h

Log Message:
Fix some entries:
 - Desc 0x55 and 0xb1 are Instruction TLB but not fixed to 4K.
 - Desc 0x5a and 0xc0 are Data TLB but not fixed to 4K.
 - Desc 0x57 and 0x59 are 4K fixed DTLB.
 - Fix string of desc 0xc2 and it's not fixed to 4K.
 - Desc 0xca is 4K fixed L2 shared TLB.
 - Add desc 0xa0.

BUG: A lot of CPUs have multiple CAI_DTLB and/or CAI_DTLB2 entries. Currently
TLB info is indexed in ci_cinfo[CAI_COUNT], so some info is overwritten.

Nowadays CPUs have very complexed TLBs. It's hard to manage with CAI_* index.
We should think to separate TLB info structure from ci_cinfo[CAI_COUNT]
in struct cpu_info.


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

2014-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jul  3 19:08:31 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add some Intel X38 devices.


To generate a diff of this commit:
cvs rdiff -u -r1.1195 -r1.1196 src/sys/dev/pci/pcidevs

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

2014-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jul  3 19:09:16 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1188 -r1.1189 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1187 -r1.1188 src/sys/dev/pci/pcidevs_data.h

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



CVS commit: src/sys/external/bsd/common/include/linux

2014-07-03 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Jul  3 20:48:19 UTC 2014

Modified Files:
src/sys/external/bsd/common/include/linux: completion.h errno.h list.h

Log Message:
Add some notes on using these shims to port Linux kernel code.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/bsd/common/include/linux/completion.h
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/common/include/linux/errno.h \
src/sys/external/bsd/common/include/linux/list.h

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



CVS commit: src/sys/net

2014-07-03 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Jul  4 01:50:22 UTC 2014

Modified Files:
src/sys/net: pktqueue.c

Log Message:
Fix pktq_enqueue for rump

Add _RUMP_NATIVE_ABI to the macro condition for i386 and x86_64 because
_RUMPKERNEL is not defined for them. See sys/rump/Makefile.rump.

Found by ATF


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/net/pktqueue.c

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