summaryrefslogtreecommitdiffstats
path: root/sys/dev/em
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
committerimp <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
commitc23aaeeba46cfb112bb22a74c0898470331d3e18 (patch)
tree633ff3cbdbfdb63210ca731968f72ea813a82ed7 /sys/dev/em
parent15f81fe316b4b7defea9d5f5127ba0853ed8bfcd (diff)
downloadFreeBSD-src-c23aaeeba46cfb112bb22a74c0898470331d3e18.zip
FreeBSD-src-c23aaeeba46cfb112bb22a74c0898470331d3e18.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/em')
-rw-r--r--sys/dev/em/if_em.h4
-rw-r--r--sys/dev/em/if_em_osdep.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h
index ca85fbb..7ed3ef3 100644
--- a/sys/dev/em/if_em.h
+++ b/sys/dev/em/if_em.h
@@ -69,8 +69,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/clock.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#include <sys/endian.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
diff --git a/sys/dev/em/if_em_osdep.h b/sys/dev/em/if_em_osdep.h
index 0bd806e..5c010ec 100644
--- a/sys/dev/em/if_em_osdep.h
+++ b/sys/dev/em/if_em_osdep.h
@@ -51,8 +51,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/clock.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#define ASSERT(x) if(!(x)) panic("EM: x")
OpenPOWER on IntegriCloud