From dc648e69c2ac01bea878f17dad3899fade043f43 Mon Sep 17 00:00:00 2001 From: skrll Date: Wed, 23 May 2012 10:31:59 +0000 Subject: [PATCH] s/IRQ/interrupt/ in autoconf message. --- sys/arch/hp700/dev/dino.c | 6 +++--- sys/arch/hp700/dev/wax.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/hp700/dev/dino.c b/sys/arch/hp700/dev/dino.c index 37a6e54839da..106e87761549 100644 --- a/sys/arch/hp700/dev/dino.c +++ b/sys/arch/hp700/dev/dino.c @@ -1,4 +1,4 @@ -/* $NetBSD: dino.c,v 1.34 2012/04/03 12:07:26 skrll Exp $ */ +/* $NetBSD: dino.c,v 1.35 2012/05/23 10:31:59 skrll Exp $ */ /* $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */ @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.34 2012/04/03 12:07:26 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.35 2012/05/23 10:31:59 skrll Exp $"); /* #include "cardbus.h" */ @@ -1618,7 +1618,7 @@ dinoattach(device_t parent, device_t self, void *aux) sc->sc_dmat = ca->ca_dmatag; if (ca->ca_irq == HP700CF_IRQ_UNDEF) { - aprint_error_dev(self, ": can't allocate IRQ"); + aprint_error_dev(self, ": can't allocate interrupt"); return; } diff --git a/sys/arch/hp700/dev/wax.c b/sys/arch/hp700/dev/wax.c index 87893ea82dba..cccbfe9afe20 100644 --- a/sys/arch/hp700/dev/wax.c +++ b/sys/arch/hp700/dev/wax.c @@ -1,4 +1,4 @@ -/* $NetBSD: wax.c,v 1.18 2012/04/03 12:07:26 skrll Exp $ */ +/* $NetBSD: wax.c,v 1.19 2012/05/23 10:31:59 skrll Exp $ */ /* $OpenBSD: wax.c,v 1.1 1998/11/23 03:04:10 mickey Exp $ */ @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wax.c,v 1.18 2012/04/03 12:07:26 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wax.c,v 1.19 2012/05/23 10:31:59 skrll Exp $"); #include #include @@ -120,7 +120,7 @@ waxattach(device_t parent, device_t self, void *aux) int s, in; if (ca->ca_irq == HP700CF_IRQ_UNDEF) { - aprint_error(": can't allocate IRQ\n"); + aprint_error(": can't allocate interrupt\n"); return; }