CVSROOT: /cvs Module name: src Changes by: y...@cvs.openbsd.org 2010/09/23 10:58:28
Modified files: sys/dev/usb : if_axe.c Log message: remove dying flag in the detach() function. the device driver which has DEACTIVATE processing seems to no need to set dying flag in the detach() function because the flag will be set in the DEACTIVATE process before detach(). ok jsg@, ok for experiment deraadt@