summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-01-19 03:53:47 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-01-19 03:53:47 +0000
commit71e004f79e0f58da32081bbb4065d0c2a9516465 (patch)
treeb0724f68654f578d36d2f7bbaa0d82018b225a87 /sys
parent5b528d0308180437d23b9aee7a1aa1914da4eb64 (diff)
hwflags is never used, so clean it up
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_myx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c
index ce5bfd95e0e..67a553339db 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.46 2014/01/19 03:08:56 dlg Exp $ */
+/* $OpenBSD: if_myx.c,v 1.47 2014/01/19 03:53:46 dlg Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org>
@@ -143,8 +143,6 @@ struct myx_softc {
u_int8_t sc_lladdr[ETHER_ADDR_LEN];
struct ifmedia sc_media;
- u_int sc_hwflags;
-#define MYXFLAG_FLOW_CONTROL (1<<0) /* Rx/Tx pause is enabled */
volatile u_int8_t sc_linkdown;
};