CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/18 15:53:56
Modified files:
sys/dev/ic : dc.c
Log message:
dc_init() calls dc_stop() and dc_reset() so remove some redundant calls
to those functions before dc_init() within dc_watchdog() and dc_intr().
ok deraadt@
