cvs commit: src/sys/dev/usbmisc/ucom ucom.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Jun 6 11:58:27 PDT 2004


dillon      2004/06/06 11:58:10 PDT

DragonFly src repository

  Modified files:
    sys/dev/usbmisc/ucom ucom.c 
  Log:
  The usbcom's device was being released too early in the close sequence.
  Note that this fixes a null pointer panic but we still get the
  following warning: 'ucom: Warning: cdevsw_remove() called while 1 device
  refs still exist! (major 138)'
  
  Submitted-by: YONETANI Tomokazu <qhwt+dragonfly-bugs at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.16      +6 -6      src/sys/dev/usbmisc/ucom/ucom.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/ucom/ucom.c.diff?r1=1.15&r2=1.16&f=u





More information about the Commits mailing list