aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-05-04 15:43:02 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-05-04 15:43:02 +0000
commit134a826b507f7af7809ca2eacc7bd59bacb6ba79 (patch)
treeff6a453c5b586839386090426dff42ff3fb7b586 /sys
parent7245fe241cdc91348282189398cf64cae9c6df61 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pccard/pccard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 0a4cd129092b..2d317f582a83 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pccard.c,v 1.76 1999/04/27 18:47:39 jdp Exp $
+ * $Id: pccard.c,v 1.77 1999/05/02 04:19:27 nate Exp $
*/
#include "opt_devfs.h"
@@ -526,7 +526,7 @@ pccard_alloc_intr(u_int imask, inthand2_t *hand, int unit,
if (!(mask & imask))
continue;
INTRMASK(*maskp, mask);
- if (register_pcic_intr(irq, 0, 0, hand, maskp, unit) == 0) {
+ if (register_pcic_intr(irq, unit, 0, hand, maskp, unit) == 0) {
/* add this to the PCIC controller's mask */
if (pcic_imask)
INTRMASK(*pcic_imask, (1 << irq));