From 4c5de56f89674ca25524a26c4cdd9761ee96369f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 23 Mar 1999 08:00:35 +0000 Subject: simplify irq string --- sys/dev/pci/eap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/eap.c') diff --git a/sys/dev/pci/eap.c b/sys/dev/pci/eap.c index 63393898840..c4326b6f0d5 100644 --- a/sys/dev/pci/eap.c +++ b/sys/dev/pci/eap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eap.c,v 1.4 1999/01/02 00:02:49 niklas Exp $ */ +/* $OpenBSD: eap.c,v 1.5 1999/03/23 08:00:34 deraadt Exp $ */ /* $NetBSD: eap.c,v 1.17 1998/08/25 04:56:01 thorpej Exp $ */ /* @@ -444,7 +444,7 @@ eap_attach(parent, self, aux) printf("\n"); return; } - printf(": interrupting at %s\n", intrstr); + printf(": %s\n", intrstr); /* Enable interrupts and looping mode. */ EWRITE4(sc, EAP_SIC, EAP_P2_INTR_EN | EAP_R1_INTR_EN); -- cgit v1.2.3