summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_mskvar.h
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2006-12-28 16:34:42 +0000
committerkettenis <kettenis@openbsd.org>2006-12-28 16:34:42 +0000
commit7cca7d6866a610f1338e242addd92c6e16b9744c (patch)
tree219a5c83536c7cf64fd9074e02311c73c9b73297 /sys/dev/pci/if_mskvar.h
parent- remove un-needed trailing backslash from LINKS declaration. (diff)
downloadwireguard-openbsd-7cca7d6866a610f1338e242addd92c6e16b9744c.tar.xz
wireguard-openbsd-7cca7d6866a610f1338e242addd92c6e16b9744c.zip
Remove useless code dealing with media type. Simplify PHY reset code.
Diffstat (limited to 'sys/dev/pci/if_mskvar.h')
-rw-r--r--sys/dev/pci/if_mskvar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/if_mskvar.h b/sys/dev/pci/if_mskvar.h
index 1f97ac4ca14..9c852d56680 100644
--- a/sys/dev/pci/if_mskvar.h
+++ b/sys/dev/pci/if_mskvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mskvar.h,v 1.2 2006/11/17 19:34:34 kettenis Exp $ */
+/* $OpenBSD: if_mskvar.h,v 1.3 2006/12/28 16:34:42 kettenis Exp $ */
/* $NetBSD: if_skvar.h,v 1.6 2005/05/30 04:35:22 christos Exp $ */
/*-
@@ -33,7 +33,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $OpenBSD: if_mskvar.h,v 1.2 2006/11/17 19:34:34 kettenis Exp $ */
+/* $OpenBSD: if_mskvar.h,v 1.3 2006/12/28 16:34:42 kettenis Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -193,8 +193,6 @@ struct sk_softc {
bus_space_handle_t sk_bhandle; /* bus space handle */
bus_space_tag_t sk_btag; /* bus space tag */
void *sk_intrhand; /* irq handler handle */
- u_int8_t sk_coppertype;
- u_int8_t sk_pmd; /* physical media type */
u_int8_t sk_type;
u_int8_t sk_rev;
u_int8_t sk_macs; /* # of MACs */