Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/immu_dvma.c
          +++ new/usr/src/uts/i86pc/io/immu_dvma.c
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34   * DVMA code
  35   35   * This file contains Intel IOMMU code that deals with DVMA
  36   36   * i.e. DMA remapping.
  37   37   */
  38   38  
  39   39  #include <sys/sysmacros.h>
  40   40  #include <sys/pcie.h>
  41   41  #include <sys/pci_cfgspace.h>
  42   42  #include <vm/hat_i86.h>
  43   43  #include <sys/memlist.h>
  44      -#include <sys/acpi/acpi.h>
       44 +#include <acpica/include/acpi.h>
  45   45  #include <sys/acpica.h>
  46   46  #include <sys/modhash.h>
  47   47  #include <sys/immu.h>
  48   48  #include <sys/x86_archext.h>
  49   49  #include <sys/archsystm.h>
  50   50  
  51   51  #undef  TEST
  52   52  
  53   53  /*
  54   54   * Macros based on PCI spec
↓ open down ↓ 3125 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX