Deleted Added
full compact
pci_emul.c (242170) pci_emul.c (244167)
1/*-
2 * Copyright (c) 2011 NetApp, Inc.
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

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

37#include <stdlib.h>
38#include <string.h>
39#include <strings.h>
40#include <assert.h>
41
42#include <machine/vmm.h>
43#include <vmmapi.h>
44
1/*-
2 * Copyright (c) 2011 NetApp, Inc.
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

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

37#include <stdlib.h>
38#include <string.h>
39#include <strings.h>
40#include <assert.h>
41
42#include <machine/vmm.h>
43#include <vmmapi.h>
44
45#include "fbsdrun.h"
45#include "bhyverun.h"
46#include "inout.h"
47#include "mem.h"
48#include "mptbl.h"
49#include "pci_emul.h"
50#include "ioapic.h"
51
52#define CONF1_ADDR_PORT 0x0cf8
53#define CONF1_DATA_PORT 0x0cfc

--- 1064 unchanged lines hidden ---
46#include "inout.h"
47#include "mem.h"
48#include "mptbl.h"
49#include "pci_emul.h"
50#include "ioapic.h"
51
52#define CONF1_ADDR_PORT 0x0cf8
53#define CONF1_DATA_PORT 0x0cfc

--- 1064 unchanged lines hidden ---