Deleted Added
full compact
pci_irq.c (321411) pci_irq.c (336189)
1/*-
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
2 * Copyright (c) 2014 Hudson River Trading 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:
9 * 1. Redistributions of source code must retain the above copyright

--- 12 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>
4 * Copyright (c) 2014 Hudson River Trading LLC
5 * Written by: John H. Baldwin <jhb@FreeBSD.org>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
11 * 1. Redistributions of source code must retain the above copyright

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

24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 */
29
30
31#include <sys/cdefs.h>
30__FBSDID("$FreeBSD: stable/11/usr.sbin/bhyve/pci_irq.c 321411 2017-07-24 05:52:10Z mav $");
32__FBSDID("$FreeBSD: stable/11/usr.sbin/bhyve/pci_irq.c 336189 2018-07-11 07:16:13Z araujo $");
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>

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

--- 314 unchanged lines hidden ---