summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer1/iwic/i4b_iwic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 15:06:24 +0000
committerimp <imp@FreeBSD.org>2003-08-22 15:06:24 +0000
commit938b032745fc9a067e96db741bdd1908c969cc25 (patch)
tree7af0433890624441d7ccebf2269e4fe098efdf62 /sys/i4b/layer1/iwic/i4b_iwic_pci.c
parent3cf3b40a9150e289f87a02d529a61eb1c6473417 (diff)
downloadFreeBSD-src-938b032745fc9a067e96db741bdd1908c969cc25.zip
FreeBSD-src-938b032745fc9a067e96db741bdd1908c969cc25.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/i4b/layer1/iwic/i4b_iwic_pci.c')
-rw-r--r--sys/i4b/layer1/iwic/i4b_iwic_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c
index d94ab4b..bae1a5c 100644
--- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c
+++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c
@@ -46,8 +46,8 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/rman.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <machine/i4b_ioctl.h>
#include <machine/i4b_trace.h>
OpenPOWER on IntegriCloud