diff options
author | imp <imp@FreeBSD.org> | 2003-08-22 07:39:05 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-22 07:39:05 +0000 |
commit | 18625a197e29819f4524aba6b1bde9ae86586e34 (patch) | |
tree | c69544e45a816922bc862ac893fe98f4cc61ff24 /sys/sparc64 | |
parent | 65a49711039da6da348c954cd96ae2b84049faeb (diff) | |
download | FreeBSD-src-18625a197e29819f4524aba6b1bde9ae86586e34.zip FreeBSD-src-18625a197e29819f4524aba6b1bde9ae86586e34.tar.gz |
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.
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/ebus/ebus.c | 4 | ||||
-rw-r--r-- | sys/sparc64/isa/isa.c | 4 | ||||
-rw-r--r-- | sys/sparc64/pci/apb.c | 6 | ||||
-rw-r--r-- | sys/sparc64/pci/psycho.c | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/sparc64/ebus/ebus.c b/sys/sparc64/ebus/ebus.c index 575ba0a..3ed6bbd 100644 --- a/sys/sparc64/ebus/ebus.c +++ b/sys/sparc64/ebus/ebus.c @@ -63,8 +63,8 @@ #include <machine/ofw_bus.h> #include <machine/resource.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <sparc64/pci/ofw_pci.h> diff --git a/sys/sparc64/isa/isa.c b/sys/sparc64/isa/isa.c index 4916b1e..1ec1f90 100644 --- a/sys/sparc64/isa/isa.c +++ b/sys/sparc64/isa/isa.c @@ -46,8 +46,8 @@ #include <isa/isavar.h> #include <isa/isa_common.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <ofw/ofw_pci.h> #include <ofw/openfirm.h> diff --git a/sys/sparc64/pci/apb.c b/sys/sparc64/pci/apb.c index 49324b2..8648b54 100644 --- a/sys/sparc64/pci/apb.c +++ b/sys/sparc64/pci/apb.c @@ -55,9 +55,9 @@ #include <machine/ofw_bus.h> #include <machine/resource.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> -#include <pci/pcib_private.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcib_private.h> #include "pcib_if.h" diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c index bf76c3c..773ce7c 100644 --- a/sys/sparc64/pci/psycho.c +++ b/sys/sparc64/pci/psycho.c @@ -65,8 +65,8 @@ #include <machine/iommuvar.h> -#include <pci/pcivar.h> -#include <pci/pcireg.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcireg.h> #include <sparc64/pci/ofw_pci.h> #include <sparc64/pci/psychoreg.h> |