From 6cf0670340e4480c2e1f0b506e0c88bbe09c43ab Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 19 Apr 2005 21:54:49 +0000 Subject: newline after attach; ok deraadt@ --- sys/arch/zaurus/dev/zts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/zaurus/dev') 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 * @@ -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); } -- cgit v1.2.3