summaryrefslogtreecommitdiffstats
path: root/sys/dev/my
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 06:42:59 +0000
committerimp <imp@FreeBSD.org>2003-08-22 06:42:59 +0000
commitf13e5622e80cfe17b7f3b93119ae6eebc602341b (patch)
tree31f5332374dc65d2e44da8de4262358515fe66bb /sys/dev/my
parentc38da559455b8fed81514fb21a458cef8e7c6d6c (diff)
downloadFreeBSD-src-f13e5622e80cfe17b7f3b93119ae6eebc602341b.zip
FreeBSD-src-f13e5622e80cfe17b7f3b93119ae6eebc602341b.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/my')
-rw-r--r--sys/dev/my/if_my.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c
index 98dfbed..6ccf4b3 100644
--- a/sys/dev/my/if_my.c
+++ b/sys/dev/my/if_my.c
@@ -64,8 +64,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>
@@ -91,7 +91,7 @@ static int MY_USEIOSPACE = 1;
#ifndef lint
static const char rcsid[] =
-"$Id: if_my.c,v 1.50 2001/12/03 04:15:33 <yen_cw@myson.com.tw> wpaul Exp $";
+"$Id: if_my.c,v 1.16 2003/04/15 06:37:25 mdodd Exp $";
#endif
/*
OpenPOWER on IntegriCloud