diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-11-20 22:07:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-11-20 22:07:46 +0000 |
commit | 31a8463beb323150e4380c4c0112a4a48d965267 (patch) | |
tree | 3d0c5641211fa52468574006db226877cb91790b /sys | |
parent | 36ade96f5a34c3655fb21de23e591d45f374efdb (diff) |
Store which tcvr to prefer
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/hmevar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/hmevar.h b/sys/dev/ic/hmevar.h index e352b62babf..59d53def1fb 100644 --- a/sys/dev/ic/hmevar.h +++ b/sys/dev/ic/hmevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hmevar.h,v 1.6 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: hmevar.h,v 1.7 2002/11/20 22:07:45 jason Exp $ */ /* $NetBSD: hmevar.h,v 1.6 2000/09/28 10:56:57 tsutsui Exp $ */ /*- @@ -97,6 +97,7 @@ struct hme_softc { bus_dmamap_t sc_rxmap_spare; int sc_tx_cnt, sc_tx_prod, sc_tx_cons; int sc_last_rd; + u_int32_t sc_tcvr; }; |