search for: apicreg

Displaying 2 results from an estimated 2 matches for "apicreg".

Did you mean: apicread
2013 Jun 20
3
USB ports on Lenovo T400 do not work after a suspend/resume
Hi, FreeBSD-9 works fine on this Lenovo T400 - except that suspending with no USB devices plugged in result in no ports working after resume. If I have a device plugged in during suspend - on any port - then all the ports work fine after resume. I've attached usbconfig and acpidump output. here's what is logged in the kernel buffer during suspend and resume: Her'es the suspend:
2013 Oct 28
5
FreeBSD PVH guest support
...t;vm/vm.h> #include <vm/pmap.h> +#include <vm/vm_kern.h> +#include <vm/vm_extern.h> #include <dev/pci/pcivar.h> #include <machine/cpufunc.h> #include <machine/cpu.h> #include <machine/smp.h> +#include <machine/stdarg.h> #include <x86/apicreg.h> @@ -52,6 +58,9 @@ __FBSDID("$FreeBSD$"); #include <xen/gnttab.h> #include <xen/hypervisor.h> #include <xen/hvm.h> +#ifdef __amd64__ +#include <xen/pv.h> +#endif #include <xen/xen_intr.h> #include <xen/interface/hvm/params.h> @@ -97,6 +106...