diff options
Diffstat (limited to 'sys/dev/ixl/ixlv.h')
-rw-r--r-- | sys/dev/ixl/ixlv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ixl/ixlv.h b/sys/dev/ixl/ixlv.h index 840e17a..695b1ef 100644 --- a/sys/dev/ixl/ixlv.h +++ b/sys/dev/ixl/ixlv.h @@ -117,6 +117,7 @@ struct ixlv_sc { struct ifmedia media; struct callout timer; int msix; + int pf_version; int if_flags; bool link_up; |