diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-21 17:26:40 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-21 17:26:40 +0000 |
commit | e00571939f85829ae561001db340acf4c46ea2f5 (patch) | |
tree | f607863c3bad777b502c385887fe2c64ad9a23dd /sys/arch/alpha/pci | |
parent | 907f4a5d683e8767742bbddfc156194f3a3d2f53 (diff) |
Move files from common to dev to be more like other archs
(and so that tab completion on "compile" works as on other archs. :))
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r-- | sys/arch/alpha/pci/pci_sgmap_pte64.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/pci_sgmap_pte64.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/alpha/pci/pci_sgmap_pte64.c b/sys/arch/alpha/pci/pci_sgmap_pte64.c index cf838adefbd..325196b4b94 100644 --- a/sys/arch/alpha/pci/pci_sgmap_pte64.c +++ b/sys/arch/alpha/pci/pci_sgmap_pte64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_sgmap_pte64.c,v 1.2 2000/11/08 20:59:25 ericj Exp $ */ +/* $OpenBSD: pci_sgmap_pte64.c,v 1.3 2001/03/21 17:26:39 art Exp $ */ /* $NetBSD: pci_sgmap_pte64.c,v 1.4 2000/06/29 08:58:49 mrg Exp $ */ /*- @@ -52,4 +52,4 @@ #include <alpha/pci/pci_sgmap_pte64.h> -#include <alpha/common/sgmap_typedep.c> +#include <alpha/dev/sgmap_typedep.c> diff --git a/sys/arch/alpha/pci/pci_sgmap_pte64.h b/sys/arch/alpha/pci/pci_sgmap_pte64.h index a26b0e638f7..78113d355d9 100644 --- a/sys/arch/alpha/pci/pci_sgmap_pte64.h +++ b/sys/arch/alpha/pci/pci_sgmap_pte64.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_sgmap_pte64.h,v 1.2 2000/11/08 20:59:25 ericj Exp $ */ +/* $OpenBSD: pci_sgmap_pte64.h,v 1.3 2001/03/21 17:26:39 art Exp $ */ /* $NetBSD: pci_sgmap_pte64.h,v 1.2 1997/06/06 23:59:29 thorpej Exp $ */ /*- @@ -54,5 +54,5 @@ #define SGPTE_PGADDR_SHIFT 12 #define SGPTE_VALID 0x0000000000000001UL -#include <alpha/common/sgmapvar.h> -#include <alpha/common/sgmap_typedep.h> +#include <alpha/dev/sgmapvar.h> +#include <alpha/dev/sgmap_typedep.h> |