summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2004-12-09 00:50:12 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2004-12-09 00:50:12 +0000
commit442d9e55837615511fed4ed97ec9ff817e9e89d3 (patch)
treec45ffd6de7a9cf13a7fbf161f5bd2d49b6a91006 /sys/arch
parent602e638f065a9d058ebd35b51e57a36b20f119b3 (diff)
add missing line in history section that didn't make it through the first
syncing round pointed out by Dries Schellekens <gwyllion at ulyssis dot org>
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mac68k/dev/zs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c
index 2b1b6fa0f9f..717cbaec064 100644
--- a/sys/arch/mac68k/dev/zs.c
+++ b/sys/arch/mac68k/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.18 2004/12/08 20:24:23 miod Exp $ */
+/* $OpenBSD: zs.c,v 1.19 2004/12/09 00:50:11 martin Exp $ */
/* $NetBSD: zs.c,v 1.19 1998/01/12 19:22:18 thorpej Exp $ */
/*
@@ -51,6 +51,7 @@
* Bill Studenmund and Gordon Ross then ported the machine-independant
* z8530 driver to work with port-mac68k. NetBSD 1.2 contained an
* intermediate version (mac68k using a local, patched version of
+ * the m.i. drivers), with NetBSD 1.3 containing a full version.
*/
#include <sys/param.h>