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/sparc/conf | |
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/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 2cc9c9385ea..6e0a5886ac5 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.91 2011/09/04 08:03:32 miod Exp $ +# $OpenBSD: files.sparc,v 1.92 2013/04/21 14:44:16 sebastia Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -64,7 +64,7 @@ file arch/sparc/sparc/memreg.c device zs {[channel = -1]} attach zs at mainbus, obio file arch/sparc/dev/zs.c zs needs-flag -file arch/sparc/dev/z8530sc.c zs +file dev/ic/z8530sc.c zs device fdc {} attach fdc at mainbus, obio @@ -87,7 +87,7 @@ include "dev/sun/files.sun" device zstty: tty attach zstty at zs -file arch/sparc/dev/z8530tty.c zstty needs-flag +file dev/ic/z8530tty.c zstty needs-flag file arch/sparc/dev/zs_kgdb.c kgdb device zskbd: wskbddev, sunkbd |