From 9def46bf505a56a0441fa1a4766e3f61566b8441 Mon Sep 17 00:00:00 2001 From: sommerfe Date: Wed, 26 Feb 1997 04:52:13 +0000 Subject: [PATCH] Fix PR3260: cosmetic glitch in aha autoconf output. --- sys/dev/ic/aha.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/aha.c b/sys/dev/ic/aha.c index 88d6c4795ed4..490f25c0f1f1 100644 --- a/sys/dev/ic/aha.c +++ b/sys/dev/ic/aha.c @@ -1,4 +1,4 @@ -/* $NetBSD: aha.c,v 1.1 1997/02/07 17:37:29 mycroft Exp $ */ +/* $NetBSD: aha.c,v 1.2 1997/02/26 04:52:13 sommerfe Exp $ */ #undef AHADIAG #ifdef DDB @@ -985,7 +985,9 @@ aha_inquire_setup_information(sc) *p = '\0'; noinquire: - printf(": model AHA-%s, firmware %s\n", sc->sc_model, sc->sc_firmware); + printf("%s: model AHA-%s, firmware %s\n", + sc->sc_dev.dv_xname, + sc->sc_model, sc->sc_firmware); } void