diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-05 00:25:07 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-05 00:25:07 +0000 |
commit | 91918ff993621184603f3f6c8cf78b0b9fdb6ac2 (patch) | |
tree | f2cb975c8f51f5021f8294fe3d90f82a9bd0de73 | |
parent | 553d7003608b0f315455a4648a9498b769150b39 (diff) |
and the softc addition too.
-rw-r--r-- | sys/dev/ic/gemvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/gemvar.h b/sys/dev/ic/gemvar.h index f761f87e60c..49a816955bd 100644 --- a/sys/dev/ic/gemvar.h +++ b/sys/dev/ic/gemvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gemvar.h,v 1.11 2005/10/17 03:03:24 brad Exp $ */ +/* $OpenBSD: gemvar.h,v 1.12 2006/02/05 00:25:06 brad Exp $ */ /* $NetBSD: gemvar.h,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -141,6 +141,8 @@ struct gem_softc { int sc_burst; /* DVMA burst size in effect */ int sc_phys[2]; /* MII instance -> PHY map */ + int sc_if_flags; + int sc_mif_config; /* Selected MII reg setting */ u_int sc_tcvr; |