CVSROOT: /cvs Module name: src Changes by: arm...@cvs.openbsd.org 2010/03/06 08:43:31
Modified files: sys/dev/usb : if_urndis.c Log message: Add a flag to know if the interface successfully attached like other drivers do otherwise we panic trying to remove an unexistent ifp during detach. looks good to fabien@, with comments from mk@, ok mk