Deleted Added
full compact
pci_xhci.c (336161) pci_xhci.c (336189)
1/*-
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
2 * Copyright (c) 2014 Leon Dang <ldang@nahannisys.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

26/*
27 XHCI options:
28 -s <n>,xhci,{devices}
29
30 devices:
31 tablet USB tablet mouse
32 */
33#include <sys/cdefs.h>
4 * Copyright (c) 2014 Leon Dang <ldang@nahannisys.com>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.

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

28/*
29 XHCI options:
30 -s <n>,xhci,{devices}
31
32 devices:
33 tablet USB tablet mouse
34 */
35#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: stable/11/usr.sbin/bhyve/pci_xhci.c 336161 2018-07-10 04:26:32Z araujo $");
36__FBSDID("$FreeBSD: stable/11/usr.sbin/bhyve/pci_xhci.c 336189 2018-07-11 07:16:13Z araujo $");
35
36#include <sys/param.h>
37#include <sys/uio.h>
38#include <sys/types.h>
39#include <sys/queue.h>
40
41#include <stdio.h>
42#include <stdlib.h>

--- 2792 unchanged lines hidden ---
37
38#include <sys/param.h>
39#include <sys/uio.h>
40#include <sys/types.h>
41#include <sys/queue.h>
42
43#include <stdio.h>
44#include <stdlib.h>

--- 2792 unchanged lines hidden ---