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:
imp 2003-08-22 06:06:16 +00:00
parent 89fab7264a
commit 6b4803f705
4 changed files with 8 additions and 8 deletions

View File

@ -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"
/*

View File

@ -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>

View File

@ -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"

View File

@ -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.