diff options
author | 1997-10-30 23:58:18 +0000 | |
---|---|---|
committer | 1997-10-30 23:58:18 +0000 | |
commit | 0a00f24487e32dd140ffcbac556b4573502c5a92 (patch) | |
tree | a88a96cf20d98f56b0a8218c9cb363d2073690d1 | |
parent | From Jim Rees <rees@umich.edu>: remember media type (diff) | |
download | wireguard-openbsd-0a00f24487e32dd140ffcbac556b4573502c5a92.tar.xz wireguard-openbsd-0a00f24487e32dd140ffcbac556b4573502c5a92.zip |
From Jim Rees <rees@umich.edu>: remember media type
-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 */ |