Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 15:43:55 -0800 (PST)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb umass.c
Message-ID:  <200101072343.f07Nhts28390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2001/01/07 15:43:55 PST

  Modified files:
    sys/dev/usb          umass.c 
  Log:
  1) Return the requestad length - the transferred length as the residue,
  instead of the requested length. Otherwise all transfers look like 0 byte
  transfers to CAM.
  
  Submitted by:	Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
  
  2) Finalise the command in the case of CBI transfers with CCI (command
  completion interrupt).
  
  3) Remove a redundant bzero of a buffer.
  
  Revision  Changes    Path
  1.38      +7 -5      src/sys/dev/usb/umass.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101072343.f07Nhts28390>