diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-08 20:37:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-08 20:37:40 +0000 |
commit | 926ecf6bc68da27ba8daa4e84579e1c2367dcbc0 (patch) | |
tree | 5271ef49dbdb7e3d73852659dfc2895e0dd11a62 /sys/arch/hppa/dev/lasi.c | |
parent | 50ff846cc1904cb63589fa5c2a1847972b0bd4d2 (diff) |
Make dmesg prettier if attachment fails and no option DEBUG
Diffstat (limited to 'sys/arch/hppa/dev/lasi.c')
-rw-r--r-- | sys/arch/hppa/dev/lasi.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c index dd7ebcc80c5..b254a893fb0 100644 --- a/sys/arch/hppa/dev/lasi.c +++ b/sys/arch/hppa/dev/lasi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lasi.c,v 1.11 2002/12/18 23:52:45 mickey Exp $ */ +/* $OpenBSD: lasi.c,v 1.12 2003/04/08 20:37:39 miod Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -148,6 +148,8 @@ lasiattach(parent, self, aux) IOMOD_HPASIZE, 0, &ioh)) { #ifdef DEBUG printf("lasiattach: can't map IO space\n"); +#else + printf("\n"); #endif return; } |