diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-07-15 17:18:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-07-15 17:18:15 +0000 |
commit | 9aab64a42e8e33ab3f8cc29c4932e68c5a76b9e4 (patch) | |
tree | ae0aae96351143053571d1981dd373c60ff72fbf /sys/dev/puc | |
parent | 2baa3e4c7906c6186c1235e9c1257ede945b9bf0 (diff) |
print interrupt string like com at puc does
Diffstat (limited to 'sys/dev/puc')
-rw-r--r-- | sys/dev/puc/lpt_puc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/puc/lpt_puc.c b/sys/dev/puc/lpt_puc.c index 9b8d8576ee1..1b991ea6aed 100644 --- a/sys/dev/puc/lpt_puc.c +++ b/sys/dev/puc/lpt_puc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpt_puc.c,v 1.4 2006/07/31 11:06:36 mickey Exp $ */ +/* $OpenBSD: lpt_puc.c,v 1.5 2009/07/15 17:18:14 deraadt Exp $ */ /* $NetBSD: lpt_puc.c,v 1.1 1998/06/26 18:52:41 cgd Exp $ */ /* @@ -95,7 +95,7 @@ lpt_puc_attach(parent, self, aux) printf("\n"); return; } - printf(": interrupting at %s", intrstr); + printf(" %s", intrstr); sc->sc_state = 0; |