diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_myx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c index 19a7f23c32a..248e65b5c4b 100644 --- a/sys/dev/pci/if_myx.c +++ b/sys/dev/pci/if_myx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_myx.c,v 1.52 2014/01/23 01:54:02 dlg Exp $ */ +/* $OpenBSD: if_myx.c,v 1.53 2014/01/31 00:50:45 dlg Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org> @@ -153,7 +153,6 @@ struct myx_softc { struct myx_buf_list sc_tx_buf_list; u_int sc_tx_ring_idx; - u_int8_t sc_lladdr[ETHER_ADDR_LEN]; struct ifmedia sc_media; volatile u_int8_t sc_linkdown; |