CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/07/31 05:51:45
Modified files: sys/dev/usb : if_urndis.c Log message: The code referencing urndis_watchdog() is #if 0'd out, but the actual function is not. This change #if 0's urndis_watchdog() and some functions that are only called from here. At some point we probably want to use the watchdog functionality but the current code is completely untested so disable it entirely rather than enabling it this close to release.