freebsd-skq/sys/dev/dc
wpaul e3ec4c1279 Fix compiler warning in dc_intr(): if the only code that does a "goto"
to a label is inside an #ifdef block, then the label should *also* be
inside an #ifdef block. Hide the "done:" label which is only used if
DEVICE_POLLING is enabled under #ifdef DEVICE_POLLING.
2001-12-19 18:13:44 +00:00
..
dcphy.c Cleanup pass for mii drivers. 2001-09-29 19:18:52 +00:00
if_dc.c Fix compiler warning in dc_intr(): if the only code that does a "goto" 2001-12-19 18:13:44 +00:00
if_dcreg.h Device Polling code for -current. 2001-12-14 17:56:12 +00:00
pnphy.c Cleanup pass for mii drivers. 2001-09-29 19:18:52 +00:00