Module Name:    src
Committed By:   skrll
Date:           Wed May 23 10:31:59 UTC 2012

Modified Files:
        src/sys/arch/hp700/dev: dino.c wax.c

Log Message:
s/IRQ/interrupt/ in autoconf message.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hp700/dev/dino.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp700/dev/wax.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/dev/dino.c
diff -u src/sys/arch/hp700/dev/dino.c:1.34 src/sys/arch/hp700/dev/dino.c:1.35
--- src/sys/arch/hp700/dev/dino.c:1.34	Tue Apr  3 12:07:26 2012
+++ src/sys/arch/hp700/dev/dino.c	Wed May 23 10:31:59 2012
@@ -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 <sys/cdefs.h>
-__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 sel
 	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;
 	}
 

Index: src/sys/arch/hp700/dev/wax.c
diff -u src/sys/arch/hp700/dev/wax.c:1.18 src/sys/arch/hp700/dev/wax.c:1.19
--- src/sys/arch/hp700/dev/wax.c:1.18	Tue Apr  3 12:07:26 2012
+++ src/sys/arch/hp700/dev/wax.c	Wed May 23 10:31:59 2012
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
 #include <sys/systm.h>
@@ -120,7 +120,7 @@ waxattach(device_t parent, device_t self
 	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;
 	}
 

Reply via email to