diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-04 14:25:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-04 14:25:25 +0000 |
commit | 237f09610d31e6aab8bb7598080f081cad6c2eaa (patch) | |
tree | beb7e5f80cd0371fb73f08025f4f9527e84dd2e6 /sys/dev/pci/if_ixgb.h | |
parent | cb8596e5bd5ef2ea2c011bb81cc32c19dabf58f7 (diff) |
- merge em/ixgb_disable_promisc() into em/ixgb_set_promisc().
- rearrange interface flags ioctl handler.
Diffstat (limited to 'sys/dev/pci/if_ixgb.h')
-rw-r--r-- | sys/dev/pci/if_ixgb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ixgb.h b/sys/dev/pci/if_ixgb.h index 496c1e4e044..14ef828665d 100644 --- a/sys/dev/pci/if_ixgb.h +++ b/sys/dev/pci/if_ixgb.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.h,v 1.7 2006/07/21 01:49:15 brad Exp $ */ +/* $OpenBSD: if_ixgb.h,v 1.8 2006/08/04 14:25:24 brad Exp $ */ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ @@ -245,6 +245,7 @@ struct ixgb_softc { void *sc_intrhand; struct timeout ixgb_intr_enable; struct timeout timer_handle; + int if_flags; void *sc_powerhook; void *sc_shutdownhook; |