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/hpc/files.hpc | |
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/hpc/files.hpc')
-rw-r--r-- | sys/arch/sgi/hpc/files.hpc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/hpc/files.hpc b/sys/arch/sgi/hpc/files.hpc index 70008de4fd0..02a1522057c 100644 --- a/sys/arch/sgi/hpc/files.hpc +++ b/sys/arch/sgi/hpc/files.hpc @@ -1,4 +1,4 @@ -# $OpenBSD: files.hpc,v 1.3 2012/05/02 18:43:44 miod Exp $ +# $OpenBSD: files.hpc,v 1.4 2013/04/21 14:44:16 sebastia Exp $ # $NetBSD: files.hpc,v 1.14 2009/05/14 01:10:19 macallan Exp $ # IP20 RTC @@ -29,11 +29,11 @@ file arch/sgi/hpc/haltwo.c haltwo device zs {[channel = -1]} attach zs at hpc with zs_hpc file arch/sgi/hpc/zs.c zs needs-flag -file arch/sgi/hpc/z8530sc.c zs +file dev/ic/z8530sc.c zs device zstty: tty attach zstty at zs -file arch/sgi/hpc/z8530tty.c zstty needs-flag +file dev/ic/z8530tty.c zstty needs-flag device zskbd: wskbddev attach zskbd at zs |