diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-10-10 00:36:47 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-10-10 00:36:47 +0000 |
commit | d37ce35326ae8388435b480ec0a7b8fb7f59dcaf (patch) | |
tree | 411cfc9cc844658d357b651ac8bdbcd5ea77287f /sys | |
parent | faa646f2aedcda558c9e85d48221a730c875a0b3 (diff) |
Print out the irq in attach. Thanks downsj@cvs
Diffstat (limited to 'sys')
-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 678171616f4..5e585e20301 100644 --- a/sys/dev/pci/eap.c +++ b/sys/dev/pci/eap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eap.c,v 1.6 1999/10/05 19:24:42 csapuntz Exp $ */ +/* $OpenBSD: eap.c,v 1.7 1999/10/10 00:36:46 csapuntz Exp $ */ /* $NetBSD: eap.c,v 1.25 1999/02/18 07:59:30 mycroft Exp $ */ /* @@ -705,7 +705,7 @@ eap_attach(parent, self, aux) printf("\n"); return; } - printf(": %s\n", sc->sc_dev.dv_xname, intrstr); + printf(": %s\n", intrstr); if (!sc->sc_1371) { /* Enable interrupts and looping mode. */ |