summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti/if_ti.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-12-10 00:38:33 +0000
committerscottl <scottl@FreeBSD.org>2005-12-10 00:38:33 +0000
commit2d237d9be3efe03c4b87f3d01e76a209fb0e7980 (patch)
treea94d77f4235728443871a599b56fefdbc2999a1c /sys/dev/ti/if_ti.c
parent854ebbd2495da6b5394408dec76d10e763243ede (diff)
downloadFreeBSD-src-2d237d9be3efe03c4b87f3d01e76a209fb0e7980.zip
FreeBSD-src-2d237d9be3efe03c4b87f3d01e76a209fb0e7980.tar.gz
The if_ti Tigon I/II driver has moved to /sys/dev/ti
Diffstat (limited to 'sys/dev/ti/if_ti.c')
-rw-r--r--sys/dev/ti/if_ti.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index c7ae13d..daca68b 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -137,9 +137,9 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcivar.h>
#include <sys/tiio.h>
-#include <pci/if_tireg.h>
-#include <pci/ti_fw.h>
-#include <pci/ti_fw2.h>
+#include <dev/ti/if_tireg.h>
+#include <dev/ti/ti_fw.h>
+#include <dev/ti/ti_fw2.h>
#define TI_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_IP_FRAGS)
/*
OpenPOWER on IntegriCloud