CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/03 02:10:17
Modified files:
sys/dev/pci : if_wb.c
Log message:
wb_init() calls wb_stop() and wb_reset() so remove some redundant calls
to those functions before wb_init() within wb_watchdog() / wb_intr() and
wb_rxeof().
