--- src/sys/dev/netif/ed/if_edvar.h 2004/02/13 21:15:12 1.5 +++ src/sys/dev/netif/ed/if_edvar.h 2004/09/14 23:01:20 1.6 @@ -54,7 +54,7 @@ struct ed_softc { device_t miibus; /* MII bus for cards with MII. */ void (*mii_writebits)(struct ed_softc *, u_int, int); u_int (*mii_readbits)(struct ed_softc *, int); - struct callout_handle tick_ch; /* Callout handle for ed_tick */ + struct callout ed_timer; /* Callout handle for ed_tick */ int nic_offset; /* NIC (DS8390) I/O bus address offset */ int asic_offset; /* ASIC I/O bus address offset */