summaryrefslogtreecommitdiff
path: root/sys/dev/ic/elink3var.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-10-30 23:58:19 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-10-30 23:58:19 +0000
commit959f63b90abef8893d1847f39035d5b9a557c15e (patch)
treebf6c6e9fa7548a8c11eb26bcaf7cbc202225f814 /sys/dev/ic/elink3var.h
parent7f0ea58bbea138565874b1004372ac611c8be3e0 (diff)
From Jim Rees <rees@umich.edu>: remember media type
Diffstat (limited to 'sys/dev/ic/elink3var.h')
-rw-r--r--sys/dev/ic/elink3var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/elink3var.h b/sys/dev/ic/elink3var.h
index 4d03a5a7b51..a826a7c0dc0 100644
--- a/sys/dev/ic/elink3var.h
+++ b/sys/dev/ic/elink3var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: elink3var.h,v 1.8 1997/07/30 11:12:23 niklas Exp $ */
+/* $OpenBSD: elink3var.h,v 1.9 1997/10/30 23:58:18 niklas Exp $ */
/* $NetBSD: elink3var.h,v 1.12 1997/03/30 22:47:11 jonathan Exp $ */
/*
@@ -43,6 +43,7 @@ struct ep_softc {
struct ifmedia sc_media; /* media control */
#else
struct arpcom sc_arpcom; /* Ethernet common part */
+ int sc_media; /* default media type */
#endif
bus_space_tag_t sc_iot; /* bus cookie */
bus_space_handle_t sc_ioh; /* bus i/o handle */