summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vx/if_vxreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h
index 89f70c6..4825f6e 100644
--- a/sys/dev/vx/if_vxreg.h
+++ b/sys/dev/vx/if_vxreg.h
@@ -49,8 +49,8 @@
* Ethernet software status per interface.
*/
struct vx_softc {
- int unit; /* unit number */
struct arpcom arpcom; /* Ethernet common part */
+ int unit; /* unit number */
u_int vx_io_addr; /* i/o bus address */
#define MAX_MBS 8 /* # of mbufs we keep around */
struct mbuf *mb[MAX_MBS]; /* spare mbuf storage. */
OpenPOWER on IntegriCloud