summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
committerimp <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
commitbf11908ab77802f7a596c265f4b339a72aa6aa33 (patch)
treef46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/tx
parentf13e5622e80cfe17b7f3b93119ae6eebc602341b (diff)
downloadFreeBSD-src-bf11908ab77802f7a596c265f4b339a72aa6aa33.zip
FreeBSD-src-bf11908ab77802f7a596c265f4b339a72aa6aa33.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/dev/tx')
-rw-r--r--sys/dev/tx/if_tx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c
index 9b1b3e6..ad5e7b7 100644
--- a/sys/dev/tx/if_tx.c
+++ b/sys/dev/tx/if_tx.c
@@ -66,8 +66,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 <dev/mii/mii.h>
#include <dev/mii/miivar.h>
OpenPOWER on IntegriCloud