X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/d7a2c48131317a7895c1ed86cc9b5a64e502acc4..38787eefffeaf458d09931320eab5597b7f4e64a:/sys/dev/atm/hea/eni.c diff --git a/sys/dev/atm/hea/eni.c b/sys/dev/atm/hea/eni.c index 640ecc2037..583f9dc324 100644 --- a/sys/dev/atm/hea/eni.c +++ b/sys/dev/atm/hea/eni.c @@ -24,7 +24,7 @@ * notice must be reproduced on all copies. * * @(#) $FreeBSD: src/sys/dev/hea/eni.c,v 1.10 1999/08/28 00:41:42 peter Exp $ - * @(#) $DragonFly: src/sys/dev/atm/hea/eni.c,v 1.7 2005/02/01 00:51:49 joerg Exp $ + * @(#) $DragonFly: src/sys/dev/atm/hea/eni.c,v 1.8 2005/06/16 21:12:27 dillon Exp $ */ /* @@ -460,7 +460,7 @@ eni_pci_attach ( pcici_t config_id, int unit ) /* * Map interrupt in */ - if ( !pci_map_int ( config_id, eni_intr, (void *)eup, &net_imask ) ) + if ( !pci_map_int ( config_id, eni_intr, (void *)eup) ) { log(LOG_ERR, "%s%d: unable to map interrupt\n", ENI_DEV_NAME, unit);