Deleted Added
full compact
pci_irq.c (266125) pci_irq.c (268972)
1/*-
2 * Copyright (c) 2014 Advanced Computing Technologies LLC
3 * Written by: John H. Baldwin <jhb@FreeBSD.org>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 13 unchanged lines hidden (view full) ---

22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28
29#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2014 Advanced Computing Technologies LLC
3 * Written by: John H. Baldwin <jhb@FreeBSD.org>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 13 unchanged lines hidden (view full) ---

22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28
29#include <sys/cdefs.h>
30__FBSDID("$FreeBSD: head/usr.sbin/bhyve/pci_irq.c 266125 2014-05-15 14:16:55Z jhb $");
30__FBSDID("$FreeBSD: stable/10/usr.sbin/bhyve/pci_irq.c 268972 2014-07-22 03:14:37Z jhb $");
31
32#include <sys/param.h>
33#include <machine/vmm.h>
34
35#include <assert.h>
36#include <pthread.h>
37#include <stdbool.h>
38#include <stdio.h>

--- 311 unchanged lines hidden ---
31
32#include <sys/param.h>
33#include <machine/vmm.h>
34
35#include <assert.h>
36#include <pthread.h>
37#include <stdbool.h>
38#include <stdio.h>

--- 311 unchanged lines hidden ---