CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/12/05 21:41:40
Modified files:
sys/dev/usb : if_atu.c if_atureg.h if_aue.c if_auereg.h
if_axe.c if_axereg.h if_cue.c if_cuereg.h
if_mos.c if_mosreg.h if_ral.c if_rum.c
if_uath.c if_udav.c if_udavreg.h if_upgt.c
if_upgtvar.h if_url.c if_urlreg.h if_urtw.c
if_zyd.c udcf.c ueagle.c ueaglevar.h uhub.c
umbg.c
Log message:
* replace per-driver dying and/or other state variables with use of
usbd_deactivete() and usbd_is_dying()
* use usbd_deactivate() in activate()/DEACTIVATE
* convert a few more direct checks of the associated bus' dying flag
with usbd_is_dying()