freebsd-dev/sys/dev/dc
Marius Strobl b1d161435e - Use our own callout (the dc_tick() callout uses varying periods
depending on the NIC and isn't used at all with HomePNA links)
  instead of if_slowtimo() for driving dc_watchdog() in order to
  avoid races accessing if_timer.
- Use bus_get_dma_tag() so dc(4) works on platforms requiring it.
- Don't bother to set if_mtu to ETHERMTU, ether_ifattach() does that.
- Remove an alpha remnant in dc_softc.
2006-12-06 01:56:38 +00:00
..
dcphy.c Replace hard-coded magic constants to system defined constants 2006-08-02 05:28:52 +00:00
if_dc.c - Use our own callout (the dc_tick() callout uses varying periods 2006-12-06 01:56:38 +00:00
if_dcreg.h - Use our own callout (the dc_tick() callout uses varying periods 2006-12-06 01:56:38 +00:00
pnphy.c Replace hard-coded magic constants to system defined constants 2006-08-02 05:28:52 +00:00