summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 199f6d0..2316f74 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -2,6 +2,7 @@
* Intel PCIC or compatible Controller driver
*-------------------------------------------------------------------------
*
+ * Copyright (c) 2001 M. Warner Losh. All rights reserved.
* Copyright (c) 1995 Andrew McRae. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -660,6 +661,8 @@ pcicintr1(void *arg)
splx(s);
return (EIO);
}
+ if (sp->intrack)
+ sp->intrack(sp);
if (chg & PCIC_CDTCH) {
if ((sp->getb(sp, PCIC_STATUS) & PCIC_CD) ==
PCIC_CD) {
OpenPOWER on IntegriCloud