ifnet.9 (f16b3c0de48d0b845357e7cca843f645bc3117e3) ifnet.9 (b82af3f5e42ab9d848c572b3384fb389fd855ecc)
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 267 unchanged lines hidden (view full) ---

276.Pq Li "short"
277Flags describing operational parameters of this interface (see below).
278(Manipulated by both driver and generic code.)
279.It Li "if_capabilities"
280.Pq Li "int"
281Flags describing the capabilities the interface supports (see below).
282.It Li "if_capenable"
283.Pq Li "int"
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 267 unchanged lines hidden (view full) ---

276.Pq Li "short"
277Flags describing operational parameters of this interface (see below).
278(Manipulated by both driver and generic code.)
279.It Li "if_capabilities"
280.Pq Li "int"
281Flags describing the capabilities the interface supports (see below).
282.It Li "if_capenable"
283.Pq Li "int"
284Flags describing the enabled capabilties of the interface (see below).
284Flags describing the enabled capabilities of the interface (see below).
285.\" .It Li "if_ipending"
286.\" Interrupt-pending bits for polled operation:
287.\" .Dv IFI_XMIT
288.\" (transmit complete interrupt)
289.\" and
290.\" .Dv IFI_RECV
291.\" (received packet ready interrupt). See the
292.\" .Sx Polling

--- 725 unchanged lines hidden ---
285.\" .It Li "if_ipending"
286.\" Interrupt-pending bits for polled operation:
287.\" .Dv IFI_XMIT
288.\" (transmit complete interrupt)
289.\" and
290.\" .Dv IFI_RECV
291.\" (received packet ready interrupt). See the
292.\" .Sx Polling

--- 725 unchanged lines hidden ---