summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2005-04-19 21:54:49 +0000
committerDamien Miller <djm@cvs.openbsd.org>2005-04-19 21:54:49 +0000
commit6cf0670340e4480c2e1f0b506e0c88bbe09c43ab (patch)
treedebb4fae23a9950180734a29d851f36325212270 /sys
parentf8113ea52367852315892e656e7e49e3ea7e957c (diff)
newline after attach; ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/zaurus/dev/zts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/dev/zts.c b/sys/arch/zaurus/dev/zts.c
index 258519ca547..906dc899cc5 100644
--- a/sys/arch/zaurus/dev/zts.c
+++ b/sys/arch/zaurus/dev/zts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zts.c,v 1.7 2005/04/08 22:12:14 uwe Exp $ */
+/* $OpenBSD: zts.c,v 1.8 2005/04/19 21:54:48 djm Exp $ */
/*
* Copyright (c) 2005 Dale Rahn <drahn@openbsd.org>
*
@@ -114,6 +114,7 @@ zts_attach(struct device *parent, struct device *self, void *aux)
a.accessops = &zts_accessops;
a.accesscookie = sc;
+ printf("\n");
sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint);
}