diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-23 08:00:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-23 08:00:35 +0000 |
commit | 4c5de56f89674ca25524a26c4cdd9761ee96369f (patch) | |
tree | 13bbba0d8d58046dba148c7b14eda9d42d704a58 /sys/dev/pci/eap.c | |
parent | 49923c401d7073cff88942f7ef99b6b2608f9354 (diff) |
simplify irq string
Diffstat (limited to 'sys/dev/pci/eap.c')
-rw-r--r-- | sys/dev/pci/eap.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |