diff options
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/zs.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index b3d8d3059de..9cbb2d18110 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.42 2005/07/08 12:38:31 miod Exp $ */ +/* $OpenBSD: zs.c,v 1.43 2006/01/09 20:57:00 miod Exp $ */ /* $NetBSD: zs.c,v 1.50 1997/10/18 00:00:40 gwr Exp $ */ /*- @@ -771,10 +771,6 @@ zs_getc(arg) ZS_DELAY(); splx(s); - /* - * This is used by the kd driver to read scan codes, - * so don't translate '\r' ==> '\n' here... - */ return (c); } |