summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-01-27 08:25:47 +0000
committerimp <imp@FreeBSD.org>2006-01-27 08:25:47 +0000
commit6efae9acb29b8c64923ae1ee77e7cc82e5e8a0e2 (patch)
tree54cb06ac114294dd37f2a97967880e27b26cc508 /sys/dev/ed/if_edvar.h
parentc4eb978faff364387f77445334bee6d7ba640725 (diff)
downloadFreeBSD-src-6efae9acb29b8c64923ae1ee77e7cc82e5e8a0e2.zip
FreeBSD-src-6efae9acb29b8c64923ae1ee77e7cc82e5e8a0e2.tar.gz
Create mediachg functions for the 3c503 and hpp cards. This is used
to properly configure the right interface to use. Also call the mediachg function when we set flags UP and are already running. If this were a pure ifmedia driver, we'd not need to do this since we'd be ignoring the linkX flags. This reduces the number of ifdefs to support sub-devices a little as a nice side effect. It also reduces the number of hpp interfaces exposed by 33%.
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
-rw-r--r--sys/dev/ed/if_edvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h
index 7f8f086..66ca79b 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -220,7 +220,6 @@ void ed_pio_writemem(struct ed_softc *, uint8_t *, uint16_t, uint16_t);
/* The following is unsatisfying XXX */
#ifdef ED_HPP
-void ed_hpp_set_physical_link(struct ed_softc *);
void ed_hpp_readmem(struct ed_softc *, bus_size_t, uint8_t *, uint16_t);
u_short ed_hpp_write_mbufs(struct ed_softc *, struct mbuf *, int);
#endif
OpenPOWER on IntegriCloud