summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}