aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>1997-09-02 16:44:46 +0000
committerJohn Hay <jhay@FreeBSD.org>1997-09-02 16:44:46 +0000
commit5c9b4d79871e3d80fdd19f20ba19d9c212309eb4 (patch)
treee0b800811115c32ed8a0c4385828fc133cbe3df9 /sys/dev/vx
parentdecab47e75873ac38303cdb7431414e048ecb2dc (diff)
Notes
Diffstat (limited to 'sys/dev/vx')
-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 89f70c62b1fe9..4825f6eb9e998 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. */