summaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-09-22 10:01:51 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-09-22 10:01:51 +0000
commit86e0da0f5612265d6c0ca03d208dfcaeb0a4e5e2 (patch)
treef5aaafffdcd47762ee65438c7775f4e3aec7da1c /sys/dev/fe
parent8f01a4a823a628ee24a3357be1e718422c3a6103 (diff)
Notes
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 7af3d1ac7146..a6ccc3394373 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -142,7 +142,7 @@ static struct fe_filter const fe_filter_all = { FE_FILTER_ALL };
/* Standard driver entry points. These can be static. */
static void fe_init (void *);
-static driver_intr_t fe_intr;
+static inthand2_t fe_intr;
static int fe_ioctl (struct ifnet *, u_long, caddr_t);
static void fe_start (struct ifnet *);
static void fe_watchdog (struct ifnet *);