diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-30 23:58:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-30 23:58:19 +0000 |
commit | 959f63b90abef8893d1847f39035d5b9a557c15e (patch) | |
tree | bf6c6e9fa7548a8c11eb26bcaf7cbc202225f814 /sys/dev/ic/elink3var.h | |
parent | 7f0ea58bbea138565874b1004372ac611c8be3e0 (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.h | 3 |
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 */ |