Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
This commit is contained in:
parent
89fab7264a
commit
6b4803f705
@ -38,8 +38,8 @@
|
||||
#include <dev/acpica/acpi_pcibvar.h>
|
||||
|
||||
#include <machine/pci_cfgreg.h>
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/pcib_private.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
#include <dev/pci/pcib_private.h>
|
||||
#include "pcib_if.h"
|
||||
|
||||
/*
|
||||
|
@ -37,8 +37,8 @@
|
||||
#include <dev/acpica/acpivar.h>
|
||||
|
||||
#include <machine/pci_cfgreg.h>
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/pcib_private.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
#include <dev/pci/pcib_private.h>
|
||||
#include "pcib_if.h"
|
||||
|
||||
#include <dev/acpica/acpi_pcibvar.h>
|
||||
|
@ -39,9 +39,9 @@
|
||||
#include <dev/acpica/acpi_pcibvar.h>
|
||||
|
||||
#include <machine/pci_cfgreg.h>
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcib_private.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
#include <dev/pci/pcireg.h>
|
||||
#include <dev/pci/pcib_private.h>
|
||||
|
||||
#include "pcib_if.h"
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "acpi.h"
|
||||
|
||||
#include <dev/acpica/acpivar.h>
|
||||
#include <pci/pcivar.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
|
||||
/*
|
||||
* A timecounter based on the free-running ACPI timer.
|
||||
|
Loading…
Reference in New Issue
Block a user