From af27d540d867318d92d5842ad95c1f8534e27dc7 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 8 Apr 2003 20:48:40 +0000 Subject: just wate that debug altogether --- sys/arch/hppa/dev/lasi.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'sys/arch/hppa/dev/lasi.c') diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c index b254a893fb0..eeddda4de95 100644 --- a/sys/arch/hppa/dev/lasi.c +++ b/sys/arch/hppa/dev/lasi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lasi.c,v 1.12 2003/04/08 20:37:39 miod Exp $ */ +/* $OpenBSD: lasi.c,v 1.13 2003/04/08 20:48:39 mickey Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -145,12 +145,8 @@ lasiattach(parent, self, aux) int s, in; if (bus_space_map(ca->ca_iot, ca->ca_hpa + 0xc000, - IOMOD_HPASIZE, 0, &ioh)) { -#ifdef DEBUG - printf("lasiattach: can't map IO space\n"); -#else - printf("\n"); -#endif + IOMOD_HPASIZE, 0, &ioh)) { + printf(": can't map IO space\n"); return; } -- cgit v1.2.3