imp         2008-09-05 20:49:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ucom.c ucomvar.h 
  Log:
  SVN rev 182800 on 2008-09-05 20:49:45Z by imp
  
  Keep track of the active buffer on output.  For the moment, panic if
  the device indicates that it wasn't able to write all the data in the
  buffer out.
  
  Ed Schouten doesn't like the idea of a panic here.  I think for
  production code, we need something better.  For right now, while we're
  trying to assess the impact of this issue, a panic is OK.  So complain
  to me, not him if this is hit.
  
  Revision  Changes    Path
  1.68      +4 -0      src/sys/dev/usb/ucom.c
  1.12      +1 -0      src/sys/dev/usb/ucomvar.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to