Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/acpi/acpidev/acpidev_pci.c
          +++ new/usr/src/uts/i86pc/io/acpi/acpidev/acpidev_pci.c
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  
  22   22  /*
  23   23   * Copyright (c) 2010, Intel Corporation.
  24   24   * All rights reserved.
  25   25   */
  26   26  
  27   27  #include <sys/types.h>
  28   28  #include <sys/atomic.h>
  29   29  #include <sys/sunddi.h>
  30   30  #include <sys/sunndi.h>
  31      -#include <sys/acpi/acpi.h>
       31 +#include <acpica/include/acpi.h>
  32   32  #include <sys/acpica.h>
  33   33  #include <sys/acpidev.h>
  34   34  #include <sys/acpidev_rsc.h>
  35   35  #include <sys/acpidev_dr.h>
  36   36  #include <sys/acpidev_impl.h>
  37   37  
  38   38  static ACPI_STATUS acpidev_pci_probe(acpidev_walk_info_t *infop);
  39   39  
  40   40  /*
  41   41   * Default class driver for PCI/PCIEX Host Bridge devices.
↓ open down ↓ 131 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX