summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ix.h
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2020-03-02 01:59:02 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2020-03-02 01:59:02 +0000
commitf8c560f2e0e90c20af00417f6da165e071e2aac5 (patch)
tree03cd277af8e28230f0172b10e64a880b12cb8544 /sys/dev/pci/if_ix.h
parent83eeb1348bb81b380a99b5f9bd957a7d4bd60a7a (diff)
Update ix(4) from freebsd to add support for X553 controllers.
Tested on 82599 (sfp+) and X540 (baseT) by me and Hrvoje Popovski, and on X553 by sthen@ and abieber@, and possibly more via snapshots ok sthen@ mikeb@
Diffstat (limited to 'sys/dev/pci/if_ix.h')
-rw-r--r--sys/dev/pci/if_ix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ix.h b/sys/dev/pci/if_ix.h
index 27e772143dd..e50cf217476 100644
--- a/sys/dev/pci/if_ix.h
+++ b/sys/dev/pci/if_ix.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ix.h,v 1.36 2020/02/28 05:22:53 deraadt Exp $ */
+/* $OpenBSD: if_ix.h,v 1.37 2020/03/02 01:59:01 jmatthew Exp $ */
/******************************************************************************
@@ -244,7 +244,7 @@ struct ix_softc {
uint32_t shadow_vfta[IXGBE_VFTA_SIZE];
/* Info about the interface */
- uint64_t optics;
+ uint64_t phy_layer;
uint32_t fc; /* local flow ctrl setting */
uint16_t max_frame_size;
uint16_t num_segs;