CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/06/19 03:36:27
Modified files: sys/dev/ic : re.c Log message: Do not call txeof nor rxeof in the watchdog routine. They cannot be serialized with the interrupt routine and are useless because the driver is reinitialized right after. Pointed by and ok mikeb@