From 7ac8d91d971f5e313f6279a9ff7b6438da297138 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Wed, 20 Mar 2002 06:54:07 +0000 Subject: lpt_attach_common() prints the newline for us --- sys/arch/sparc64/dev/lpt_ebus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/sparc64/dev/lpt_ebus.c b/sys/arch/sparc64/dev/lpt_ebus.c index 74f2db20c83..494d03d8803 100644 --- a/sys/arch/sparc64/dev/lpt_ebus.c +++ b/sys/arch/sparc64/dev/lpt_ebus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpt_ebus.c,v 1.1 2002/03/14 20:15:00 jason Exp $ */ +/* $OpenBSD: lpt_ebus.c,v 1.2 2002/03/20 06:54:06 jason Exp $ */ /* $NetBSD: lpt_ebus.c,v 1.8 2002/03/01 11:51:00 martin Exp $ */ /* @@ -104,7 +104,6 @@ lpt_ebus_attach(parent, self, aux) for (i = 0; i < ea->ea_nintrs; i++) bus_intr_establish(ea->ea_bustag, ea->ea_intrs[i], IPL_SERIAL, 0, lptintr, sc); - printf("\n"); lpt_attach_common(sc); } -- cgit v1.2.3