diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-09-08 04:48:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-09-08 04:48:39 +0000 |
commit | ed71f170aed8f176999a712295c75512826b91f2 (patch) | |
tree | 6d6094d0cdb00b3640ab8e80ae091baabf76f224 /sys/arch/sparc/dev/hmevar.h | |
parent | 46cc0af104a96e4a80cb7d01864e4c03a65be726 (diff) |
o hme get ifmedia support
o nuked manual negotiatie that wasn't finished anyway in favor of if_media
Diffstat (limited to 'sys/arch/sparc/dev/hmevar.h')
-rw-r--r-- | sys/arch/sparc/dev/hmevar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/hmevar.h b/sys/arch/sparc/dev/hmevar.h index ac597485bbf..ac434468678 100644 --- a/sys/arch/sparc/dev/hmevar.h +++ b/sys/arch/sparc/dev/hmevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hmevar.h,v 1.3 1998/09/01 17:36:59 jason Exp $ */ +/* $OpenBSD: hmevar.h,v 1.4 1998/09/08 04:48:38 jason Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -36,7 +36,8 @@ struct hme_softc { struct sbusdev sc_sd; /* sbus device */ struct intrhand sc_ih; /* interrupt vectoring */ int sc_node; /* which sbus node */ - struct arpcom sc_arpcom; + struct ifmedia sc_ifmedia; /* interface media */ + struct arpcom sc_arpcom; /* ethernet common */ /* * Register sets |