summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_intr.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-02-11 23:56:18 +0000
committerluigi <luigi@FreeBSD.org>2002-02-11 23:56:18 +0000
commit57d5032c484cfda9ea856603f70ad12ca8e3af82 (patch)
tree3efc9864c55501a9ef177765c356ad8ef030cc75 /sys/kern/kern_intr.c
parentf6c142724016a48be2bd25c037dfc38689ef8f7b (diff)
downloadFreeBSD-src-57d5032c484cfda9ea856603f70ad12ca8e3af82.zip
FreeBSD-src-57d5032c484cfda9ea856603f70ad12ca8e3af82.tar.gz
MFS: synchronize the code with the version in -stable, specifically:
+ SYSCTL_ULONG -> SYSCTL_UINT + some procedure renaming and variable rearrangement + fix the 'interface going deaf' problem same as in -stable.
Diffstat (limited to 'sys/kern/kern_intr.c')
-rw-r--r--sys/kern/kern_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index 3a8bc8a..6bdf00f 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -644,7 +644,7 @@ swi_net(void *dummy)
}
#ifdef DEVICE_POLLING
if (pollmore)
- ether_pollmore();
+ netisr_pollmore();
}
#endif
}
OpenPOWER on IntegriCloud