summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-01-09 20:57:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-01-09 20:57:01 +0000
commit006d4ae57f4378a95ea27f6f34f5a9271d08cc22 (patch)
tree22bb74b10ef98ef622c8a1fa6093aea4e6af8564
parent2e82ea2eea6815fd84b4125f15b78398c2453656 (diff)
Remove completely obsolete comment from the pre-wscons sparc days in
zs_getc().
-rw-r--r--sys/arch/mac68k/dev/zs.c6
-rw-r--r--sys/arch/macppc/dev/zs.c6
-rw-r--r--sys/arch/sparc/dev/zs.c6
-rw-r--r--sys/arch/sparc64/dev/zs.c6
4 files changed, 4 insertions, 20 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c
index 592bb0cbbc6..2691d85dd17 100644
--- a/sys/arch/mac68k/dev/zs.c
+++ b/sys/arch/mac68k/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.21 2006/01/07 20:46:57 miod Exp $ */
+/* $OpenBSD: zs.c,v 1.22 2006/01/09 20:56:59 miod Exp $ */
/* $NetBSD: zs.c,v 1.19 1998/01/12 19:22:18 thorpej Exp $ */
/*
@@ -1047,10 +1047,6 @@ zs_getc(zc)
ZS_DELAY();
splx(s);
- /*
- * This is used by the kd driver to read scan codes,
- * so don't translate '\r' ==> '\n' here...
- */
return (c);
}
diff --git a/sys/arch/macppc/dev/zs.c b/sys/arch/macppc/dev/zs.c
index f455d6bf03b..111dc6afaa2 100644
--- a/sys/arch/macppc/dev/zs.c
+++ b/sys/arch/macppc/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.11 2003/11/03 06:43:02 david Exp $ */
+/* $OpenBSD: zs.c,v 1.12 2006/01/09 20:57:00 miod Exp $ */
/* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */
/*
@@ -971,10 +971,6 @@ zs_getc(zc)
ZS_DELAY();
splx(s);
- /*
- * This is used by the kd driver to read scan codes,
- * so don't translate '\r' ==> '\n' here...
- */
return (c);
}
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);
}
diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c
index ac727abdc2b..78775f7f513 100644
--- a/sys/arch/sparc64/dev/zs.c
+++ b/sys/arch/sparc64/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.17 2004/09/29 19:17:43 miod Exp $ */
+/* $OpenBSD: zs.c,v 1.18 2006/01/09 20:57:00 miod Exp $ */
/* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */
/*-
@@ -786,10 +786,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);
}