Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/ed/if_edvar.h 70355 2000-12-26 06:38:04Z imp $
---
> * $FreeBSD: head/sys/dev/ed/if_edvar.h 73374 2001-03-03 08:31:37Z imp $
51a52,55
> device_t miibus; /* MII bus for cards with MII. */
> void (*mii_writebits)__P((struct ed_softc *, u_int, int));
> u_int (*mii_readbits)__P((struct ed_softc *, int));
> struct callout_handle tick_ch; /* Callout handle for ed_tick */
207a212,216
> int ed_miibus_readreg __P((device_t, int, int));
> void ed_miibus_writereg __P((device_t, int, int, int));
> int ed_ifmedia_upd __P((struct ifnet *));
> void ed_ifmedia_sts __P((struct ifnet *, struct ifmediareq *));
> void ed_child_detached __P((device_t, device_t));