Deleted Added
full compact
pci_passthru.c (243391) pci_passthru.c (243640)
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

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

43#include <errno.h>
44#include <fcntl.h>
45#include <unistd.h>
46
47#include <machine/vmm.h>
48#include <vmmapi.h>
49#include "pci_emul.h"
50#include "mem.h"
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

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

43#include <errno.h>
44#include <fcntl.h>
45#include <unistd.h>
46
47#include <machine/vmm.h>
48#include <vmmapi.h>
49#include "pci_emul.h"
50#include "mem.h"
51#include "instruction_emul.h"
52
53#ifndef _PATH_DEVPCI
54#define _PATH_DEVPCI "/dev/pci"
55#endif
56
57#ifndef _PATH_DEVIO
58#define _PATH_DEVIO "/dev/io"
59#endif

--- 666 unchanged lines hidden ---
51
52#ifndef _PATH_DEVPCI
53#define _PATH_DEVPCI "/dev/pci"
54#endif
55
56#ifndef _PATH_DEVIO
57#define _PATH_DEVIO "/dev/io"
58#endif

--- 666 unchanged lines hidden ---