diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-05 08:04:17 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-05 08:04:17 +0000 |
commit | f0160385cdb0f58e6bfd11cab5df65f445aab5f5 (patch) | |
tree | e3e47302b59761ed4c417cc625986bdefea2f449 | |
parent | db634bfcc851880e8db8c016fe8262929164943c (diff) |
include dti
-rw-r--r-- | sys/arch/arc/arc/machdep.c | 6 | ||||
-rw-r--r-- | sys/arch/arc/dev/pccons.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/arc/arc/machdep.c b/sys/arch/arc/arc/machdep.c index c7669b06208..3c6d95d72b8 100644 --- a/sys/arch/arc/arc/machdep.c +++ b/sys/arch/arc/arc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.9 1996/09/04 21:18:19 pefo Exp $ */ +/* $OpenBSD: machdep.c,v 1.10 1996/09/05 08:04:14 pefo Exp $ */ /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 8.3 (Berkeley) 1/12/94 - * $Id: machdep.c,v 1.9 1996/09/04 21:18:19 pefo Exp $ + * $Id: machdep.c,v 1.10 1996/09/05 08:04:14 pefo Exp $ */ /* from: Utah Hdr: machdep.c 1.63 91/04/24 */ @@ -91,7 +91,7 @@ #include <arc/arc/arctype.h> #include <arc/pica/pica.h> -#include <arc/desktech/desktech.h> +#include <arc/dti/desktech.h> #include <asc.h> diff --git a/sys/arch/arc/dev/pccons.c b/sys/arch/arc/dev/pccons.c index 66e6e05d212..82d48e84ac6 100644 --- a/sys/arch/arc/dev/pccons.c +++ b/sys/arch/arc/dev/pccons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccons.c,v 1.5 1996/09/04 21:18:22 pefo Exp $ */ +/* $OpenBSD: pccons.c,v 1.6 1996/09/05 08:04:16 pefo Exp $ */ /* $NetBSD: pccons.c,v 1.89 1995/05/04 19:35:20 cgd Exp $ */ /*- @@ -73,7 +73,7 @@ #include <machine/pccons.h> #include <arc/arc/arctype.h> #include <arc/pica/pica.h> -#include <arc/desktech/desktech.h> +#include <arc/dti/desktech.h> #include <dev/isa/isavar.h> #include <machine/kbdreg.h> |