diff options
author | brooks <brooks@FreeBSD.org> | 2009-12-31 20:29:58 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2009-12-31 20:29:58 +0000 |
commit | a5cc24440bfbf4dc6eeb27b3770d09132b85bd31 (patch) | |
tree | 5056962dae0f4e2a29ef2bc9e81b2303cf37d6a1 /lib/libc/sys | |
parent | 2521baf3fe6bd48029ce31d5a4a71014bf96f1d0 (diff) | |
download | FreeBSD-src-a5cc24440bfbf4dc6eeb27b3770d09132b85bd31.zip FreeBSD-src-a5cc24440bfbf4dc6eeb27b3770d09132b85bd31.tar.gz |
The devices that supported EVFILT_NETDEV kqueue filters were removed in
r195175. Remove all definitions, documentation, and usage.
fifo_misc.c:
Remove all kqueue tests as fifo_io.c performs all those that
would have remained.
Reviewed by: rwatson
MFC after: 3 weeks
X-MFC note: don't change vlan_link_state() function signature
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index e899a1b..326632d 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -438,19 +438,6 @@ There is a system wide limit on the number of timers which is controlled by the .Va kern.kq_calloutmax sysctl. -.It Dv EVFILT_NETDEV -Takes a descriptor to a network interface as the identifier, and the events to watch for in -.Va fflags . -It returns, when one or more of the requested events occur on the descriptor. -The events to monitor are: -.Bl -tag -width XXNOTE_LINKDOWN -.It Dv NOTE_LINKUP -The link is up. -.It Dv NOTE_LINKDOWN -The link is down. -.It Dv NOTE_LINKINV -The link state is invalid. -.El .Pp On return, .Va fflags @@ -595,13 +582,6 @@ system and this manual page were written by .An Jonathan Lemon Aq jlemon@FreeBSD.org . .Sh BUGS The -.Dv EVFILT_NETDEV -filter is currently only implemented for devices that use the -.Xr miibus 4 -driver for LINKUP and LINKDOWN operations. -Therefore, it will not work with many non-ethernet devices. -.Pp -The .Fa timeout value is limited to 24 hours; longer timeouts will be silently reinterpreted as 24 hours. |