diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-08 20:48:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-08 20:48:40 +0000 |
commit | af27d540d867318d92d5842ad95c1f8534e27dc7 (patch) | |
tree | 8047e139b37235b9e0c483d8fc3cc2796ce48404 /sys/arch/hppa/dev/asp.c | |
parent | 9d86448ab9d5febfc21a915c5b11a3188978b4db (diff) |
just wate that debug altogether
Diffstat (limited to 'sys/arch/hppa/dev/asp.c')
-rw-r--r-- | sys/arch/hppa/dev/asp.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/hppa/dev/asp.c b/sys/arch/hppa/dev/asp.c index a9b4530cf3f..596a1e61a2b 100644 --- a/sys/arch/hppa/dev/asp.c +++ b/sys/arch/hppa/dev/asp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asp.c,v 1.11 2003/04/08 20:37:39 miod Exp $ */ +/* $OpenBSD: asp.c,v 1.12 2003/04/08 20:48:39 mickey Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -168,11 +168,7 @@ aspattach(parent, self, aux) register int s; if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh)) { -#ifdef DEBUG - printf("aspattach: can't map IO space\n"); -#else - printf("\n"); -#endif + printf(": can't map IO space\n"); return; } |