diff options
author | mdodd <mdodd@FreeBSD.org> | 1999-10-09 03:46:28 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 1999-10-09 03:46:28 +0000 |
commit | 5f8b8c74e78c3ccfeed0de810e18bbba033afb0f (patch) | |
tree | 43566419cb3887037402d92c25140f0dda571411 /sys/dev/dpt | |
parent | a023f5ba4d781daf76bf105eb516a6c2c128ed91 (diff) | |
download | FreeBSD-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.c | 2 |
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 */ |