diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-29 21:54:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-29 21:54:01 +0000 |
commit | b204b83a3c74d221d95053e134503a3153f515a7 (patch) | |
tree | cf5a81e0e520e167284dd3f16ddc321f4d4c6877 /sys/dev/ic/anvar.h | |
parent | c8538de5ad0acdea59ecc5649e0d5297029d7769 (diff) |
if_media support, from freebsd
Diffstat (limited to 'sys/dev/ic/anvar.h')
-rw-r--r-- | sys/dev/ic/anvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/anvar.h b/sys/dev/ic/anvar.h index bb77509d03b..f8549a6bc25 100644 --- a/sys/dev/ic/anvar.h +++ b/sys/dev/ic/anvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anvar.h,v 1.4 2001/06/25 21:11:17 mickey Exp $ */ +/* $OpenBSD: anvar.h,v 1.5 2001/09/29 21:54:00 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -645,6 +645,7 @@ struct an_tx_ring_data { struct an_softc { struct device sc_dev; struct arpcom arpcom; + struct ifmedia an_ifmedia; void *sc_ih; bus_space_tag_t an_btag; |