From 959f63b90abef8893d1847f39035d5b9a557c15e Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Thu, 30 Oct 1997 23:58:19 +0000 Subject: From Jim Rees : remember media type --- sys/dev/ic/elink3var.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic') 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 */ -- cgit v1.2.3