diff options
author | Sebastian Reitenbach <sebastia@cvs.openbsd.org> | 2013-04-21 14:44:17 +0000 |
---|---|---|
committer | Sebastian Reitenbach <sebastia@cvs.openbsd.org> | 2013-04-21 14:44:17 +0000 |
commit | 841c597229f823f724befaf6a10afab3eddc3f95 (patch) | |
tree | 23ef87d27e4d747fb797a6f313890d39739364e6 /sys/arch/sgi/include | |
parent | 387b11b6df84ee8d556ce77a94a3c85a312eadaa (diff) |
Unify the zs tty driver.
Most of the hard work by mpi@, who provided the initial diff.
Fixes for sparc from myself. Tested on sgi and sparc myself.
Compiles and detects zstty on my powerbook, compile tested on
sparc64 by me. Real testing with zs device on sparc64 by miod@
who also gave a lot of help and feedback.
ok miod@, mpi@
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/z8530var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/z8530var.h b/sys/arch/sgi/include/z8530var.h index 487913357af..ec176226ca2 100644 --- a/sys/arch/sgi/include/z8530var.h +++ b/sys/arch/sgi/include/z8530var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530var.h,v 1.3 2012/05/12 16:47:44 miod Exp $ */ +/* $OpenBSD: z8530var.h,v 1.4 2013/04/21 14:44:16 sebastia Exp $ */ /* $NetBSD: z8530var.h,v 1.10 2011/07/01 21:00:21 dyoung Exp $ */ /* @@ -85,7 +85,7 @@ */ #include <machine/bus.h> -#include <sgi/hpc/z8530sc.h> +#include <dev/ic/z8530sc.h> struct zs_channel { struct zs_chanstate cs_zscs; /* Required: soft state */ |