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/macppc/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/macppc/include')
-rw-r--r-- | sys/arch/macppc/include/z8530var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/z8530var.h b/sys/arch/macppc/include/z8530var.h index f778e7e56e9..8d909b9b8b0 100644 --- a/sys/arch/macppc/include/z8530var.h +++ b/sys/arch/macppc/include/z8530var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530var.h,v 1.8 2009/10/01 20:19:18 kettenis Exp $ */ +/* $OpenBSD: z8530var.h,v 1.9 2013/04/21 14:44:16 sebastia Exp $ */ /* $NetBSD: z8530var.h,v 1.5 2002/03/17 19:40:45 atatat Exp $ */ /* @@ -42,7 +42,7 @@ * @(#)zsvar.h 8.1 (Berkeley) 6/11/93 */ -#include <macppc/dev/z8530sc.h> +#include <dev/ic/z8530sc.h> #include <macppc/dev/dbdma.h> /* |