summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-10-09 03:46:28 +0000
committermdodd <mdodd@FreeBSD.org>1999-10-09 03:46:28 +0000
commit5f8b8c74e78c3ccfeed0de810e18bbba033afb0f (patch)
tree43566419cb3887037402d92c25140f0dda571411 /sys/dev/dpt
parenta023f5ba4d781daf76bf105eb516a6c2c128ed91 (diff)
downloadFreeBSD-src-5f8b8c74e78c3ccfeed0de810e18bbba033afb0f.zip
FreeBSD-src-5f8b8c74e78c3ccfeed0de810e18bbba033afb0f.tar.gz
Switch over to the new location in sys/dev/dpt.
Fix a forgotten #include
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c
index 9df90db..884b6b6 100644
--- a/sys/dev/dpt/dpt_pci.c
+++ b/sys/dev/dpt/dpt_pci.c
@@ -52,7 +52,7 @@
#include <cam/scsi/scsi_all.h>
#include <dev/dpt/dpt.h>
-#include <pci/dpt_pci.h>
+#include <dev/dpt/dpt_pci.h>
#define PCI_BASEADR0 PCI_MAP_REG_START /* I/O Address */
#define PCI_BASEADR1 PCI_MAP_REG_START + 4 /* Mem I/O Address */
OpenPOWER on IntegriCloud