From f7d56021881d27ab5b1b4d5aeef73097bc2c9888 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 2 Jun 1996 10:42:59 +0000 Subject: Correct attach output --- sys/dev/eisa/aha1742.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/dev/eisa/aha1742.c b/sys/dev/eisa/aha1742.c index 52645cf86e6..93f90af8452 100644 --- a/sys/dev/eisa/aha1742.c +++ b/sys/dev/eisa/aha1742.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha1742.c,v 1.9 1996/05/26 00:26:52 deraadt Exp $ */ +/* $OpenBSD: aha1742.c,v 1.10 1996/06/02 10:42:58 tholo Exp $ */ /* $NetBSD: aha1742.c,v 1.61 1996/05/12 23:40:01 mycroft Exp $ */ /* @@ -506,6 +506,7 @@ ahbattach(parent, self, aux) model = EISA_PRODUCT_ADP0400; else model = "unknown model!"; + printf(": <%s> ", model); if (eisa_intr_map(ec, sc->sc_irq, &ih)) { printf("%s: couldn't map interrupt (%d)\n", @@ -524,8 +525,7 @@ ahbattach(parent, self, aux) return; } if (intrstr != NULL) - printf("%s: interrupting at %s\n", sc->sc_dev.dv_xname, - intrstr); + printf("%s\n", intrstr); /* * ask the adapter what subunits are present -- cgit v1.2.3