Re: CVS commit: src/sys/dev/usb

2014-06-13 Thread Frank Kardel
Thanks Michael ! It really does improves the speed, great :-). Unfortunately, I am seeing about once a day a panic (uvm_fault) and the RPI thus is much less stable than before. The stack trace I could hand copy is: Trap in m_xhalf+0x9c bt gave: bpf_filter_ext+0xc _bpf_mtap+0x278

Re: CVS commit: src/sys/arch

2014-06-13 Thread Paul Goyette
I modified the newer patch so that things still compile on non-XEN kernels, and added the version check to an additional invocation of xen_pagezero(). The patch is attached, and I have verified that it successfully boots under the pre-3.4 hypervisor. Is there any reason why this should not

Re: CVS commit: src/sys/arch

2014-06-13 Thread Cherry G . Mathew
Hi Paul, Thanks for working on this. Paul == Paul Goyette p...@whooppee.com writes: Date: Fri, 13 Jun 2014 17:52:53 -0700 (PDT) From: Paul Goyette p...@whooppee.com I modified the newer patch so that things still compile on non-XEN kernels, and added the version check