cvs commit: src/sys/dev/usb ucom.c ucomvar.h

Warner Losh imp at FreeBSD.org
Fri Sep 5 20:50:02 UTC 2008


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


More information about the cvs-src mailing list